summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Convert wb_trans to tevent_reqVolker Lendecke2009-03-163-72/+58
| | |
| | * Remove an unnecessary variableVolker Lendecke2009-03-161-5/+4
| | |
| | * Make struct wb_context private to wbclient.cVolker Lendecke2009-03-162-5/+7
| | |
| | * Remove some unused code from async_req.[ch]Volker Lendecke2009-03-162-51/+0
| | |
| | * Use tevent_wakeup_send in wb_transVolker Lendecke2009-03-161-15/+13
| | |
| | * Convert open_socket_out_defer to tevent_reqVolker Lendecke2009-03-163-58/+73
| | |
| | * Use tevent_wakeup_send in open_socket_out_deferVolker Lendecke2009-03-161-22/+15
| | |
| | * talloc: change version to 1.3.0Stefan Metzmacher2009-03-161-1/+1
| | | | | | | | | | | | metze
| | * talloc: add useful talloc_array_length() macroStefan Metzmacher2009-03-161-0/+1
| | | | | | | | | | | | metze
| | * talloc: add TALLOC_ZERO()Stefan Metzmacher2009-03-161-0/+2
| | | | | | | | | | | | metze
| | * s3: only define TALLOC_ZERO if neededStefan Metzmacher2009-03-162-0/+4
| | | | | | | | | | | | metze
| | * nsswitch: only define TALLOC_ZERO if neededStefan Metzmacher2009-03-161-0/+2
| | | | | | | | | | | | metze
| | * lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ↵Stefan Metzmacher2009-03-161-1/+1
| | | | | | | | | | | | | | | | | | are available metze
| | * fix configure check for external talloc libsBjörn Jacke2009-03-161-1/+1
| | |
| * | added support for parentGUIDAndrew Tridgell2009-03-173-5/+129
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is made up of 4 parts: 1) change our schema to include the parentGUID attribute type 2) in the add hook in the objectclass module, get the objectGUID of the parent and add it to the message as parentGUID 3) in the rename hook in the objectclass module, get the objectGUID of the new parent, and insert an async modify request after the renmam is done 4) added a simple test suite
| * s4:password_hash Only store the LM hash if 'lanman auth = yes'Andrew Bartlett2009-03-161-1/+2
| | | | | | | | | | | | | | | | The clients that do only lanman auth are on their way out, the passwords are case insensitive, it does not support unicode and we should not store such a poor hash of the password if we can avoid it. Andrew Bartlett
| * Merge branch 'sharedm4' of /home/jelmer/samba4Jelmer Vernooij2009-03-150-0/+0
| |\
| | * Add shared pkg.m4 file with convenience macros for using pkg-config.Jelmer Vernooij2009-03-141-0/+156
| | |
| * | python: Always run with the same version of Python as we build against.Jelmer Vernooij2009-03-151-1/+5
| | |
| * | Fix installation of tdr.h.Jelmer Vernooij2009-03-151-1/+1
| | |
| * | configure: Add common file with minimum versions of external libraries.Jelmer Vernooij2009-03-153-8/+18
| | |
| * | Merge branch 'nodiscard' of /home/jelmer/samba4Jelmer Vernooij2009-03-151-4/+0
| |\ \
| | * | Remove unused CONST_DISCARD macro.Jelmer Vernooij2009-03-152-5/+1
| | |/
| * | Merge branch 'tdr' of /home/jelmer/samba4Jelmer Vernooij2009-03-1513-17/+20
| |\ \
| | * | Remove -L/usr/lib from a couple more make variables.Jelmer Vernooij2009-03-154-2/+6
| | | |
| | * | tdr: Remove dependency on lp_* so it can be used in both Samba 3 andJelmer Vernooij2009-03-151-10/+9
| | | | | | | | | | | | | | | | Samba 4.
| | * | Merge branch 'checktalloc' into tdrJelmer Vernooij2009-03-141-0/+8
| | |\ \
| | * | | Fix build of tdr from merged build.Jelmer Vernooij2009-03-141-1/+1
| | | | |
| | * | | Merge branch 'checktalloc' into tdrJelmer Vernooij2009-03-145-6/+180
| | |\ \ \
| | * | | | Move tdr to top-level.Jelmer Vernooij2009-03-149-5/+5
| | | |_|/ | | |/| |
| * | | | Depend on newer talloc for Samba 4 in the merged build as well.Jelmer Vernooij2009-03-151-1/+1
| | | | |
| * | | | Merge branch 'checktalloc' of /home/jelmer/samba4Jelmer Vernooij2009-03-156-6/+188
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Properly strip /usr/lib and /usr/include for the merged build.Jelmer Vernooij2009-03-141-0/+8
| | | |/ | | |/|
| | * | Depend on a newer talloc in Samba 4.Jelmer Vernooij2009-03-141-1/+1
| | | |
| | * | Fix comment about shell in Makefile.Jelmer Vernooij2009-03-141-3/+2
| | | |
| | * | Fix fallback if system doesn't provide talloc.Jelmer Vernooij2009-03-141-1/+1
| | | |
| | * | Allow using external libtalloc.Jelmer Vernooij2009-03-143-2/+177
| | |/
| * | Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke2009-03-151-3/+2
| | |
| * | Add queue argument to wb_resp_writeVolker Lendecke2009-03-152-3/+5
| | |
| * | s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes.Günther Deschner2009-03-141-1/+1
| | | | | | | | | | | | Guenther
| * | Fix #3954Volker Lendecke2009-03-141-1/+2
| | |
| * | s3: Don't return in a void funtionTim Prouty2009-03-131-1/+1
| | |
| * | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-1311-112/+135
| | | | | | | | | | | | | | | password talloc'ed strings within the cli_struct. Jeremy.
| * | s3 OneFS: Add kernel strict locking supportDave Richards2009-03-133-10/+95
| | |
| * | s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-138-103/+272
| | |
| * | s4:build: require tevent 0.9.4Stefan Metzmacher2009-03-132-2/+2
| | | | | | | | | | | | metze
| * | tevent: change version to 0.9.4 as the ABI has changedStefan Metzmacher2009-03-131-1/+1
| | | | | | | | | | | | metze
| * | s3-spoolss: remove more unused marshalling code.Günther Deschner2009-03-133-883/+0
| | | | | | | | | | | | Guenther
| * | s3-spoolss: remove some unused functions.Günther Deschner2009-03-131-405/+0
| | | | | | | | | | | | Guenther
| * | s3-spoolss: remove old spoolss_GetPrinter.Günther Deschner2009-03-133-76/+0
| | | | | | | | | | | | Guenther