summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Second part of fix converting prs_XX struct and functions to talloc. Remove u...Jeremy Allison2010-06-182-51/+0
* Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...Jeremy Allison2010-06-185-61/+78
* unittest: Change the name of the base ldb test so that it can be easily calle...Matthieu Patou2010-06-181-2/+2
* s4:ldap_backend.c - fix crash bugs when we got in error situations with "res"...Matthias Dieter Wallnöfer2010-06-181-5/+4
* s4:ldap_backend.c - fix a small error (use "ModifyResponse" rather than "AddR...Matthias Dieter Wallnöfer2010-06-181-1/+1
* s4:objectclass LDB module - move "mem_ctx" initialisation lowerMatthias Dieter Wallnöfer2010-06-181-16/+11
* s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the detection of the address fa...Matthias Dieter Wallnöfer2010-06-181-2/+3
* s4:torture/rpc/netlogon.c - make sure that the address family is set in littl...Matthias Dieter Wallnöfer2010-06-181-18/+18
* s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ...Matthias Dieter Wallnöfer2010-06-181-12/+16
* Use #defined constant instead of "false" to be clearer about intent.Jeremy Allison2010-06-171-1/+1
* s3-selftest: fix locktest9 in make selftest.Günther Deschner2010-06-174-5/+7
* s3:configure: use cc for linking on IRIX and fix shlib usageBjörn Jacke2010-06-171-3/+2
* s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of dcerp...Stefan Metzmacher2010-06-171-1/+2
* selftest/Samba4: make the naming of passwords more consistentStefan Metzmacher2010-06-171-3/+3
* selftest/Samba4: let localfl2000dc use 127.0.0.5Stefan Metzmacher2010-06-171-4/+4
* selftest/Samba4: let localvampiredc use 127.0.0.2Stefan Metzmacher2010-06-171-2/+3
* selftest: use 127.0.0.11-16 for the clientStefan Metzmacher2010-06-172-10/+10
* selftest/Samba3: remove unused create_clientconf() functionStefan Metzmacher2010-06-171-33/+0
* pidl/wscript: build manpages in build group 'final'Stefan Metzmacher2010-06-171-1/+1
* pidl/wscript: only try to build pidl manpages if pod2man is availableStefan Metzmacher2010-06-171-6/+7
* pidl/wscript: call pod2man with the detected perl versionStefan Metzmacher2010-06-171-1/+2
* s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclientKai Blin2010-06-171-1/+1
* s3-waf: Add check for iconvKai Blin2010-06-172-1/+9
* s3-waf: Work around missing *netgrent prototypes on OSX 10.4Kai Blin2010-06-172-5/+27
* s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the read of the IP packet versionMatthias Dieter Wallnöfer2010-06-161-3/+4
* s4:ldif_handlers.c - fix warningMatthias Dieter Wallnöfer2010-06-161-3/+4
* Remove an unused chunk of code (will make it easier to talloc'ize prs_XXX).Jeremy Allison2010-06-161-49/+0
* Remove two unused functions (prs_force_dynamic, prs_set_session_key).Jeremy Allison2010-06-163-21/+0
* codepages-waf: When built with --with-fhs, install toJelmer Vernooij2010-06-161-1/+1
* lib/crypto: only include what is needed.Günther Deschner2010-06-1611-10/+15
* pidl-waf: Avoid relying on MakeMaker when installing pidl manpages.Jelmer Vernooij2010-06-163-17/+20
* s4: Fix build when there is a system-provided ldb.Jelmer Vernooij2010-06-164-4/+4
* s4-smbtorture: Remind myself we need to add a test for SMBsplretq in RAP-PRIN...Günther Deschner2010-06-161-0/+2
* s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation.Günther Deschner2010-06-161-3/+3
* Merge branch 'master' of git+ssh://git.samba.org/data/git/sambaJohn H Terpstra2010-06-164-51/+213
|\
| * s4:ldap.py - add another test about linked attributesMatthias Dieter Wallnöfer2010-06-161-1/+90
| * s4:ldif-handlers Add a custom handler for DNs that knows about deleted valuesAndrew Bartlett2010-06-161-0/+78
| * s4:provision.py - we do now support the "Windows 2000 Native" domain function...Matthias Dieter Wallnöfer2010-06-161-3/+0
| * s4:linked attributes LDB module - strip trailing whitespacesMatthias Dieter Wallnöfer2010-06-161-35/+35
| * s4:linked_attributes LDB module - cosmeticsMatthias Dieter Wallnöfer2010-06-161-12/+10
* | Fix typo reported by Söderlund David <david.soderlund@baesystems.se>.John H Terpstra2010-06-161-1/+1
|/
* s3-auth: in make_user_info_for_reply_enc make sure to check length and dataGünther Deschner2010-06-161-2/+2
* s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4)Günther Deschner2010-06-161-0/+4
* ntlmssp: add decode_NTLMv2_RESPONSE to IDL.Günther Deschner2010-06-161-0/+4
* s3-auth: fix debug message in check_winbind_security().Günther Deschner2010-06-161-1/+1
* s3-tdb: Added missing out of memory check in rename_file_with_suffix().Andreas Schneider2010-06-161-0/+4
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-1627-36/+25
* s4-smbtorture: only pull info when status code indicates success in smbcli_ra...Günther Deschner2010-06-161-3/+5
* Revert "s4-smbtorture: only pull info when status code indicates success in s...Günther Deschner2010-06-162-16/+6
* pidl: make sure to fill in cli->pipes_struct->hdr_req.opnum in s3 server disp...Günther Deschner2010-06-161-0/+3