summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-01gitignore: Ignore additional auto-generated fileAndrew Kroeger1-0/+1
2009-06-01we don't need the unique checks in the samldb code nowAndrew Tridgell1-162/+2
2009-06-01mark samAccountName, objectGUID and objectSID as unique indexedAndrew Tridgell1-0/+20
2009-06-01added support for unique indexing in ldbAndrew Tridgell2-7/+32
2009-06-01fix uninitialised use of samctxAndrew Tridgell1-0/+2
2009-06-01overallocate all records by 25%Andrew Tridgell1-0/+3
2009-06-01auto-repack in transactions that expand the tdbAndrew Tridgell1-0/+12
2009-06-01when comp_num is zero, the case folded DN is always ""Andrew Tridgell1-8/+2
2009-06-01Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell93-2905/+3977
2009-05-31Fix some nonempty blank linesVolker Lendecke4-168/+165
2009-05-31Fix a C++ warningVolker Lendecke1-1/+1
2009-05-30nss_wrapper: try to fix the build of nss_wrapper on solaris.Günther Deschner2-0/+6
2009-05-30Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison2-8/+12
2009-05-30Move a comment where it belongsVolker Lendecke1-3/+6
2009-05-30Make it possible to change machine account sidsSimo Sorce1-40/+171
2009-05-30Remove trailing whitespacesSimo Sorce1-20/+20
2009-05-30Simplify the dropbox patchJeremy Allison1-5/+10
2009-05-30Move ads flags mapping to lib/Volker Lendecke3-133/+156
2009-05-30talloc_strdup "dir" in wb_context_initVolker Lendecke1-1/+5
2009-05-30Handle EINTR in async_sock.cVolker Lendecke1-0/+16
2009-05-30s3-selftest: Fix invalid /etc/group file used with nss_wrapper.Günther Deschner2-0/+2
2009-05-30libwbclient: Store the winbind socket dir to use in the wb_contextKai Blin3-4/+14
2009-05-30libwbclient: Silence a compiler warningKai Blin1-1/+1
2009-05-30libwbclient: Add async call framework.Kai Blin19-17/+76
2009-05-29Re-Add the "dropbox" functionality with -wx rights on a directoryVolker Lendecke1-3/+3
2009-05-30nss_wrapper: add test_nwrap_membership to testsuite.Günther Deschner1-0/+74
2009-05-30nss_wrapper: restructure parts of the testsuite.Günther Deschner1-33/+72
2009-05-30nss_wrapper: add support for getgrouplist.Günther Deschner2-0/+85
2009-05-29Make cli_nt_delete_on_close() async.Jeremy Allison3-10/+146
2009-05-29s3:pdbedit: fix "format not a string literal and no format arguments" warningsMichael Adam1-2/+2
2009-05-29s3:add prototype of map_nt_error_from_wbcErr() to proto.hMichael Adam1-0/+1
2009-05-29libsmbclient: make SMBC_module_terminate() static.Michael Adam1-1/+1
2009-05-29s3:pam_smbpass: make smb_update_db() static.Michael Adam1-1/+1
2009-05-29Add smbldap_talloc_single_blob()Volker Lendecke2-6/+28
2009-05-29s4-smbtorture: fix the build w/o libnetapi.Günther Deschner1-0/+8
2009-05-29util: Change license on tevent_unix to LGPLv3+Volker Lendecke2-16/+24
2009-05-29s3 async wbclient: Change license to LGPLv3+Volker Lendecke3-24/+36
2009-05-29async_sock: Change license to LGPLv3+Volker Lendecke2-16/+24
2009-05-29s3 wbc_async: Fix copyright notice cut&paste error.Kai Blin1-1/+1
2009-05-29Revert "s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3."Günther Deschner1-4/+1
2009-05-29s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3.Günther Deschner1-1/+4
2009-05-29s4-smbtorture: add NETAPI-GROUP test.Günther Deschner3-1/+523
2009-05-29s4-smbtorture: add NETAPI-USER test.Günther Deschner3-1/+479
2009-05-29s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner1-1/+1
2009-05-29Consolidate create/delete account paths in pdbeditSimo Sorce3-258/+325
2009-05-29Consolidate user create/delete paths in smbpasswdSimo Sorce2-174/+194
2009-05-29s4-smbtorture: add very basic LIBNETAPI testsuite.Günther Deschner7-0/+125
2009-05-29s3-selftest: enable LOCAL-NSS-WRAPPER test against samba 3.Günther Deschner1-1/+3
2009-05-29s4-smbtorture: add a very basic NSS-WRAPPER testsuite.Günther Deschner3-1/+223
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner7-57/+103