Displaying 5 results from an estimated 5 matches for "max_grp".
Did you mean:
max_gpr
2009 Mar 15
1
Patch for NGROUPS_MAX on FreeBSD with more then 64 groups
...rts/net/samba32/work/samba-3.2.8/source/lib/system_smbd.c
--- /root/work/samba-3.2.8/source/lib/system_smbd.c 2009-02-03
17:10:07.000000000 +0100
+++
/usr/ports/net/samba32/work/samba-3.2.8/source/lib/system_smbd.c 2009-03-15
12:14:59.000000000 +0100
@@ -153,7 +153,7 @@
gid_t *groups;
int i;
- max_grp = MIN(32, groups_max());
+ max_grp = NGROUPS_MAX;
temp_groups = SMB_MALLOC_ARRAY(gid_t, max_grp);
if (! temp_groups) {
return False;
--
[-
Il Tuo 5 per Mille a favore della Ricerca dell'IFOM!
L'IFOM Fondazione Istituto FIRC di Oncologia Molecolare e uno degli enti a cui
e possibil...
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...TANDARD setfileinfo.
* BUG 6649: Nautilus fails to copy files from an SMB share.
* BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
* BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
o Yannick Bergeron <burgergold at hotmail.com>
* Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
allow AIX to call sys_getgrouplist only once.
o G?nther Deschner <gd at samba.org>
* BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
* BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
* BUG...
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...TANDARD setfileinfo.
* BUG 6649: Nautilus fails to copy files from an SMB share.
* BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
* BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
o Yannick Bergeron <burgergold at hotmail.com>
* Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
allow AIX to call sys_getgrouplist only once.
o G?nther Deschner <gd at samba.org>
* BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
* BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
* BUG...
2009 Oct 15
0
[ANNOUNCE] Samba 3.3.9 Maintenance Release Available
...BUG 6504: Fix SAMR server for Winbind access.
* BUG 6769: Symlink unlink does nothing.
* BUG 6776: Fix core dump when running overlapping Byte Lock test.
* BUG 6781: Fix renaming of subfolders in Explorer view.
o Yannick Bergeron <burgergold at hotmail.com>
* Increase the max_grp value to 128 (AIX NGROUPS_MAX value).
o Guenther Deschner <gd at samba.org>
* BUG 6680: Fix Windows 7 share access (which defaults to NTLMv2).
* BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
* BUG 6700: Use DNS domain name when needing to guess server principal....
2009 Oct 15
0
[ANNOUNCE] Samba 3.3.9 Maintenance Release Available
...BUG 6504: Fix SAMR server for Winbind access.
* BUG 6769: Symlink unlink does nothing.
* BUG 6776: Fix core dump when running overlapping Byte Lock test.
* BUG 6781: Fix renaming of subfolders in Explorer view.
o Yannick Bergeron <burgergold at hotmail.com>
* Increase the max_grp value to 128 (AIX NGROUPS_MAX value).
o Guenther Deschner <gd at samba.org>
* BUG 6680: Fix Windows 7 share access (which defaults to NTLMv2).
* BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
* BUG 6700: Use DNS domain name when needing to guess server principal....