summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | async_smb.c: convert cli->timeout properlyRusty Russell2011-05-101-1/+2
* | tdb_wrap.h: not a public header.Rusty Russell2011-05-101-1/+0
* | gencache: don't use CLEAR_IF_FIRST as fallback.Rusty Russell2011-04-192-17/+6
* | Add -fno-common where supported (WAF only)Rusty Russell2011-05-101-1/+1
* | build: Remove --disable-s3build so we can rely on these subsystemsAndrew Bartlett2011-05-094-21/+4
* | s3-build: Move generated config.h and config.h.in to include/autoconfAndrew Bartlett2011-05-096-11/+16
* | tevent: Fix a typoVolker Lendecke2011-05-091-1/+1
* | s3: Fix a typoSamba-JP oota2011-05-091-1/+1
* | selftest: Test both users created in plugin_s4_dc environmentAndrew Bartlett2011-05-091-0/+1
* | selftest: don't override just-added username in plugin_s4_dc testAndrew Bartlett2011-05-091-2/+0
* | nsswitch: Fix build check logicKai Blin2011-05-081-1/+1
* | selftest: Polish selftest-vars.sh a little so it can be used againKamen Mazdrashki2011-05-081-10/+14
* | s4-selftest Add tests for proxy_samba4_dcAndrew Bartlett2011-05-081-0/+1
* | selftest: Make the ncalrpc dir common between Samba4 and Samba3.Andrew Bartlett2011-05-082-7/+7
* | ncalrpc: Force ncalrpc dir to be mode 755 in all usersAndrew Bartlett2011-05-082-2/+9
* | selftest: Add plugin_s4_dc environmentAndrew Bartlett2011-05-082-0/+107
* | s3-auth Add auth_samba4 moduleAndrew Bartlett2011-05-082-0/+141
* | s3-passdb: added pdb_samba4Andrew Bartlett2011-05-083-0/+2126
* | s3-passdb Redirect domain GUID and SID queries to the passdb stackAndrew Bartlett2011-05-081-0/+58
* | s4-dsdb Add transactions to dsdb modify helpersAndrew Bartlett2011-05-081-0/+18
* | s4-samr Remove incorrect transaction_cancel() in error pathAndrew Bartlett2011-05-081-1/+0
* | s4-param cope with doulbe-parsing of -foo and +foo listsAndrew Bartlett2011-05-081-3/+9
* | build: Allow the C code to know if this is a waf buildAndrew Bartlett2011-05-082-0/+2
* | s4-interfaces: keep interfaces in the order they were declaredAndrew Tridgell2011-05-081-1/+5
* | s3-test: build smbtorture with --enable-developerAndrew Tridgell2011-05-081-1/+1
* | lib/socket: Remove outdated commentAndrew Bartlett2011-05-081-11/+0
* | s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-0829-116/+116
* | s3-lib Use common lib/socket code for get_interfaces() et alAndrew Bartlett2011-05-087-354/+7
* | lib/socket move interfaces code to the top levelAndrew Bartlett2011-05-086-25/+63
* | s4-lib/socket Samba4 is not IPv6 compatibleAndrew Bartlett2011-05-081-0/+5
* | s4-lib merge get_interfaces() from Samba3 to Samba4Andrew Bartlett2011-05-083-100/+375
* | s3-smbd: expose smbd_set_server_fd()Andrew Tridgell2011-05-083-29/+30
* | s3-waf: expose the server_exit code in the smbd_base libraryAndrew Tridgell2011-05-081-1/+2
* | build: allow s3 libraries to be built with no undefined symbolsAndrew Tridgell2011-05-081-2/+4
* | s4-param Don't set variables such as the debuglevel unless globalAndrew Bartlett2011-05-081-2/+18
* | Improve debug messages when creating socket directoriesAndrew Bartlett2011-05-083-7/+15
* | libds: moved enum security_types to a common headerAndrew Tridgell2011-05-084-5/+5
* | s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command lineAndrew Bartlett2011-05-081-0/+1
* | selftest Use die() less often, as it fails to allow cleanupAndrew Bartlett2011-05-082-9/+30
* | auth: allow auth_common.h to be included multiple times without errorAndrew Bartlett2011-05-081-0/+5
* | s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-0823-78/+80
* | s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett2011-05-087-24/+24
* | s4-auth: remove unused prototypeAndrew Tridgell2011-05-081-4/+1
* | s3: Fix including libsmb/proto.h without prior ads.hVolker Lendecke2011-05-071-0/+2
* | Fix Samba3 on OpenIndiana.Gordon Ross2011-05-074-7/+49
* | A couple more off-by-one calculations with strlcpy.Jeremy Allison2011-05-061-2/+2
* | s4-smbd: fix randseed_init() usage.Günther Deschner2011-05-061-1/+1
* | s3-includes: no need to globally include libads/ads_status.h.Günther Deschner2011-05-067-1/+10
* | s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-0612-3/+15
* | s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-0684-812/+937