summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-02Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij3-1/+3
2009-06-02Build modules statically by default, as there still seem to be a lot ofJelmer Vernooij1-1/+2
2009-06-02Fix more unresolved symbols.Jelmer Vernooij14-88/+99
2009-06-02python: Move helper functions for using param into a separate file ratherJelmer Vernooij7-45/+75
2009-06-02Split up Python code a little bit so we don't hav eto link python modulesJelmer Vernooij1-0/+39
2009-06-02Build libsamba-util as a shared library.Jelmer Vernooij1-1/+4
2009-06-02Fix dependencies when using shared libraries.Jelmer Vernooij3-2/+3
2009-06-02Store winattrs in GPFSMathias Dietz3-0/+142
2009-06-02nss_wrapper: prefix function pointer names in struct nwrap_ops.Günther Deschner1-54/+54
2009-06-02torture: minor fixes to torture macro text output.Günther Deschner1-2/+2
2009-06-02nss_wrapper: resort calls to move public calls to the end.Günther Deschner1-193/+197
2009-06-02nss_wrapper: add nwrap_ops function pointer table.Günther Deschner1-19/+104
2009-06-02nss_wrapper: make sure to return after calling real_{set,end}{gr,pw}ent.Günther Deschner1-0/+4
2009-06-02nss_wrapper: fix typo while checking for getgrid_r support.Günther Deschner1-2/+2
2009-06-02Add a "connectpath" operation to the shadow_copy2 moduleVolker Lendecke1-0/+54
2009-06-02Add SMB_VFS_CONNECTPATH operationVolker Lendecke5-8/+56
2009-06-02Remove a variable used just onceVolker Lendecke1-2/+3
2009-06-01Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "w...Jeremy Allison1-3/+26
2009-06-01Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-1/+1
2009-06-01use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell1-46/+72
2009-06-01s4:mkproto: Add NET_API_STATUS return type.Andrew Kroeger1-1/+1
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