summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ...Günther Deschner2009-05-292-10/+14
* nss_wrapper: support member add and delete for groups in nss_wrapper.pl.Günther Deschner2009-05-291-21/+141
* nss_wrapper: split out passwd and group paths in nss_wrapper.pl.Günther Deschner2009-05-291-15/+26
* nss_wrapper: restructure nwrap calls.Günther Deschner2009-05-291-71/+169
* s3/getdcname: Fix 'net' crash.Kumar Thangavelu2009-05-291-2/+2
* s3/VERSION: Raise version number up to 3.4.0pre2.Karolin Seeger2009-05-291-1/+1
* s3/docs: Fix typo.Karolin Seeger2009-05-291-1/+1
* Fix uninitialized variable use caught by valgrind.Jeremy Allison2009-05-281-1/+1
* s3/auth map NULL domains to our global sam nameSteven Danneman2009-05-281-9/+3
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+55
* s3:idmap: fix a comment typoMichael Adam2009-05-281-1/+1
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-281-12/+49
* s3:idmap_tdb: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+57
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-279-25/+35
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-271-1/+4
* s3/docs: Correct version number.Karolin Seeger2009-05-271-1/+1
* s3/docs Add manpage for "map untrusted to domain" parameterSteven Danneman2009-05-261-0/+33
* s3:dbwrap_tool: add listkeys operationMichael Adam2009-05-261-2/+45
* s3:dbwrap_tool: remove superfluous command mappingMichael Adam2009-05-261-1/+0
* s3:dbwrap_tool: add "erase" opearationMichael Adam2009-05-261-6/+42
* s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke2009-05-265-80/+104
* s3/docs: Fix typo in man idmap_rid.Karolin Seeger2009-05-261-1/+1
* WHATSNEW: Unify spelling.Karolin Seeger2009-05-261-1/+1
* WHATSNEW: Start release notes for 3.4.0pre2.Karolin Seeger2009-05-261-3/+9
* WHATSNEW: Add net command changesKai Blin2009-05-261-0/+34
* net: Use samba default command line arguments.Kai Blin2009-05-2611-209/+135
* source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin2009-05-251-0/+8
* source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin2009-05-252-0/+2
* nsswitch/winbind_nss_aix.c(fill_grent): fixed memory leak.Slava Semushin2009-05-251-0/+3
* s3-selftest: fix typo.Günther Deschner2009-05-251-2/+2
* s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-251-2/+11
* s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-251-0/+8
* s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner2009-05-251-0/+12
* s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.Günther Deschner2009-05-251-1/+1
* s4-smbtorture: add RPC-SAMR-LARGE-DC test.Günther Deschner2009-05-252-1/+332
* s4-smbtorture: rename test_EnumDomain{Users,Groups,Aliases} in RPC-SAMR.Günther Deschner2009-05-251-11/+12
* s4-smbtorture: re-work test_Create{User,Group,Alias} a little.Günther Deschner2009-05-251-14/+38
* s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-05-254-15/+42
* s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.Günther Deschner2009-05-251-12/+10
* Attempt to fix a debian build problemVolker Lendecke2009-05-251-1/+1
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-241-0/+1
* Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison2009-05-221-1/+1
* Test that POSIX open of a directory returns NT_STATUS_FILE_IS_A_DIRECTORY (ER...Jeremy Allison2009-05-221-0/+12
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-221-1/+1
* Don't steal when we know the ptr will be null. Thanks to Simo forJeremy Allison2009-05-211-2/+1
* Revert the last two commits (fix for #6386). The actual problemJeremy Allison2009-05-211-7/+9
* Ensure all possible uses of indirection through res are checked afterJeremy Allison2009-05-211-6/+6
* Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.Jeremy Allison2009-05-211-1/+1
* Detect tight loop in tdb_find()Jim McDonough2009-05-211-0/+5
* Add a security model to LSA. Similar to the SAMR code - usingJeremy Allison2009-05-201-88/+227