summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add undefined symbol flag for AIX.William Jojo2008-05-081-0/+4
| * | | | | | Fix typo.Jelmer Vernooij2008-05-081-1/+1
| * | | | | | Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2008-05-082-2/+2
| * | | | | | Install session.h, required by OpenChange's proxy.Jelmer Vernooij2008-05-082-1/+2
| * | | | | | libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-071-0/+1
| * | | | | | libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-072-1/+1
| * | | | | | libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-072-63/+73
| * | | | | | pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-075-42/+24
| * | | | | | libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-076-1/+200
| * | | | | | build: fix path to lex_compile.shStefan Metzmacher2008-05-071-1/+1
| | |/ / / / | |/| | | |
| * | | | | torture: use dom_idx after determining it in samba3rpc.c:get_usr_handle()Michael Adam2008-05-061-1/+1
| * | | | | libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
| |/ / / /
| * | | | Tiago Batista posted a patch to fix the build:Tiago Batista2008-05-063-3/+3
| * | | | Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-058-8/+8
| * | | | Move NTLM authentication details into auth/ntlmAndrew Bartlett2008-05-0518-82/+258
| * | | | Add a new implementation of security=server.Andrew Bartlett2008-05-053-323/+184
| * | | | Allow an NTLM response to be specified into the auth subsystem.Andrew Bartlett2008-05-053-18/+63
| * | | | Reorder this function in the file, so it reads bottom-up.Andrew Bartlett2008-05-051-19/+18
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-0132-52/+54
| |\ \ \ \
| | * | | | Split up lcov target.Jelmer Vernooij2008-04-271-2/+7
| | * | | | Fix header locations.Jelmer Vernooij2008-04-271-2/+2
| | * | | | Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-2731-48/+45
| * | | | | Fix dependencies on gensec_krb5 and the NTLMSSP code.Andrew Bartlett2008-04-262-2/+2
| * | | | | Revert to using the old CIFS connection API.Andrew Bartlett2008-04-252-17/+8
| * | | | | Make the composite 'connect to server' code useful for security=serverAndrew Bartlett2008-04-253-14/+35
| * | | | | Don't compile files twice when the compilation fails.Andrew Bartlett2008-04-251-2/+1
| * | | | | When a test harness program fails, make the testsuite fail.Andrew Bartlett2008-04-251-1/+5
| * | | | | Remove vampire.py as the 'net' binary is the right interface.Andrew Bartlett2008-04-251-53/+0
| * | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-256-33/+98
| |\| | | |
| * | | | | Add comment explaining why io.in.workgroup isn't important.Andrew Bartlett2008-04-241-0/+5
| * | | | | Add documentation to session token functions.Andrew Bartlett2008-04-242-5/+16
| * | | | | Remove unused KANJI and terminal code options.Andrew Bartlett2008-04-241-9/+0
* | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-25348-12128/+5855
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin2008-04-246-33/+98
| |/ / / /
| * | | | testsuite: skip RAW-BENCH-LOOKUP by default.James Peach2008-04-231-0/+1
| * | | | Revert "Add port number for ncacn_http epmapper."Simo Sorce2008-04-231-1/+1
| * | | | Fix more failing tests to pass the event context.Simo Sorce2008-04-224-10/+10
| * | | | Remove temporary debug statementSimo Sorce2008-04-221-2/+0
| * | | | Fix event context initialization for Python bindings.Jelmer Vernooij2008-04-221-1/+5
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-221-1/+1
| |\ \ \ \
| | * | | | fix an extrasemi compile warningBjörn Jacke2008-04-221-1/+1
| * | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-2264-247/+605
| |\| | | |
| | * | | | Make sure we have an event context availableSimo Sorce2008-04-211-0/+7
| | * | | | Fix buildSimo Sorce2008-04-211-0/+1
| | * | | | Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-2160-247/+275
| | * | | | smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark.James Peach2008-04-213-0/+322
| * | | | | Add port number for ncacn_http epmapper.Jelmer Vernooij2008-04-221-1/+1
| |/ / / /
| * | | | Load default smb.conf file if none was specified explicitly.Jelmer Vernooij2008-04-214-29/+70
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1913-116/+500
| |\ \ \ \
| | * | | | SMB2-PERSISTENT-HANDLES1: close the handle before deleting itStefan Metzmacher2008-04-191-0/+2