summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3-docs: Prepend '/' to filename argument (Bug #8826)SATOH Fumiyasu2012-03-261-1/+1
* s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett2012-03-262-2/+4
* Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...Richard Sharpe2012-03-261-8/+23
* s4:ldap.py - re-introduce the "(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,D...Matthias Dieter Wallnöfer2012-03-261-11/+4
* LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD modeMatthias Dieter Wallnöfer2012-03-264-2/+20
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-269-31/+32
* s4:ldap.py - test the already mentioned structural object class sorting behav...Matthias Dieter Wallnöfer2012-03-261-0/+15
* s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer2012-03-263-10/+29
* s4:objectclass LDB module - fix up the sorting in respect to structural or 88...Matthias Dieter Wallnöfer2012-03-261-4/+18
* s4:objectclass LDB module - clean up "objectclass_sort()"Matthias Dieter Wallnöfer2012-03-261-24/+13
* s3-make: Fix build with new smb2_session file.Jelmer Vernooij2012-03-261-0/+1
* LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.Jelmer Vernooij2012-03-251-1/+1
* smb2: Move smb2cli session setup code to cli_smb_common.Jelmer Vernooij2012-03-253-207/+234
* libcli/smb: Stop generating unused proto file.Jelmer Vernooij2012-03-251-1/+0
* replace: Avoid DEBUG(), which is not available in libreplace.Jelmer Vernooij2012-03-251-1/+1
* libreplace: Add usleep implementation.Jelmer Vernooij2012-03-242-0/+20
* use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2012-03-246-39/+4
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-2449-136/+95
* lib/util: Allow calloc use in util.c, too.Jelmer Vernooij2012-03-241-0/+1
* adt_tree: Fix return types.Jelmer Vernooij2012-03-241-3/+3
* replace: Work around socket wrapper.Jelmer Vernooij2012-03-241-0/+1
* replace: Add system/network.h for ucred struct.Jelmer Vernooij2012-03-241-0/+1
* s3-waf: Use samba3-util library instead of lots of tiny libs.Jelmer Vernooij2012-03-241-52/+18
* adt_tree: Avoid WERROR.Jelmer Vernooij2012-03-243-5/+8
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-2411-67/+77
* util_malloc: Remove unused constant.Jelmer Vernooij2012-03-241-3/+0
* lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij2012-03-243-13/+3
* lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2012-03-244-9/+3
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-245-14/+8
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-245-13/+7
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-244-26/+4
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-244-34/+32
* lib/util: Remove prototype for removed sys_memalign.Jelmer Vernooij2012-03-241-4/+0
* lib/util: Remove trivial wrapper sys_connect() around connect().Jelmer Vernooij2012-03-242-20/+0
* cli_pipe: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* sock_exec: Avoid sys_connect.Jelmer Vernooij2012-03-241-2/+2
* util_sock: Avoid sys_connect.Jelmer Vernooij2012-03-241-7/+13
* ctdb_conn: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-246-39/+46
* Improve the Makefile. Use a standard make macro, not a shell command.Richard Sharpe2012-03-241-1/+1
* selftest.py: Add cleanup_pid.Jelmer Vernooij2012-03-242-2/+31
* selftest.py: Add write_krb5_conf.Jelmer Vernooij2012-03-242-0/+79
* selftest.py: Add mk_realms_stanza function.Jelmer Vernooij2012-03-242-3/+63
* selftest.py: Add selftest.target.samba with bindir_path function.Jelmer Vernooij2012-03-243-1/+63
* Make it possible for developers of out-of-tree modules to use the same names ...Richard Sharpe2012-03-241-1/+1
* lib/async_req: Retry read_packet with read(2)Volker Lendecke2012-03-231-0/+4
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-235-63/+37
* s3-build: gss_krb5_export_lucid_sec_context is no longer used in the s3 buildAndrew Bartlett2012-03-231-6/+0
* wintest: test demote of DCAndrew Bartlett2012-03-231-0/+3
* lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.Rusty Russell2012-03-231-11/+10