summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher2007-10-103-13/+21
* r21986: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-55/+56
* r21985: make use of string_tdb_data()Stefan Metzmacher2007-10-101-8/+5
* r21984: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-52/+29
* r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-27/+25
* r21982: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-29/+12
* r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()Stefan Metzmacher2007-10-101-1/+1
* r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher2007-10-102-18/+6
* r21979: make use of string_tdb_data()Stefan Metzmacher2007-10-101-6/+3
* r21978: make use of tdb_*_bystring()Stefan Metzmacher2007-10-101-4/+2
* r21977: little cosmetic change to remove a local var that's not really neededStefan Metzmacher2007-10-101-4/+2
* r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/Stefan Metzmacher2007-10-102-25/+13
* r21975: if we use the _bystring() version when storing, we should use it on f...Stefan Metzmacher2007-10-101-4/+2
* r21974: make use of tdb_*_bystring() and string_term_tdb_data() in groupdb/Stefan Metzmacher2007-10-101-36/+17
* r21973: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-11/+5
* r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro...Stefan Metzmacher2007-10-101-23/+32
* r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-10-106-9/+128
* r21968: Don't use gss-types in proto headers.Jeremy Allison2007-10-101-1/+1
* r21967: Add conversion from gss errors to nt status.Jeremy Allison2007-10-102-1/+112
* r21965: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r21964: Add tdbtorture target to main makefile -- Thanks to Karolin SeegerVolker Lendecke2007-10-101-1/+10
* r21963: Fix another uninitialized buffer used in test write - valgrindJeremy Allison2007-10-101-0/+2
* r21962: Make pdbedit use the configfile specified by -sVolker Lendecke2007-10-101-1/+6
* r21961: Repair bug introduced by rev. 21960.Jeremy Allison2007-10-101-0/+6
* r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-10-104-20/+5
* r21959: Merge a comment fix from Michael Adam -- more to come :-)Volker Lendecke2007-10-101-1/+2
* r21958: Fix Coverity ID 343 (dead code)Volker Lendecke2007-10-101-3/+0
* r21957: minor formatting fixHerb Lewis2007-10-101-1/+1
* r21956: Fix bug reported by don.mccall@hp.com for platformsJeremy Allison2007-10-101-1/+1
* r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison2007-10-101-1/+1
* r21953: One format fix, clarify a condition that the IBMJeremy Allison2007-10-102-3/+21
* r21952: Fix critical (!) error found by IBM checker.Jeremy Allison2007-10-101-22/+28
* r21950: After discussion with the Apple and Linux client maintainers,James Peach2007-10-104-3/+17
* r21948: Fix valgrind error in build farm samba3 smbtorture. We wereJeremy Allison2007-10-101-0/+2
* r21947: Fix the equivalent of memcpy(x, x, 16). FoundJeremy Allison2007-10-101-1/+3
* r21944: move acl header checks to the correct place onlyStefan Metzmacher2007-10-102-2/+2
* r21942: Hoist by our own petard :-). Older smbclient binariesJeremy Allison2007-10-101-2/+2
* r21941: Attempt to fix bug 4460Volker Lendecke2007-10-101-1/+1
* r21940: Sorry Volker, I have to revert your revert in r21935.Gerald Carter2007-10-104-11/+48
* r21939: Fix missing initialization thatJeremy Allison2007-10-101-1/+1
* r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...Volker Lendecke2007-10-104-48/+11
* r21934: fix the build sorryStefan Metzmacher2007-10-101-1/+1
* r21933: Change the write_sock() call in pam_winbind_request()Gerald Carter2007-10-101-1/+1
* r21932: fix compiler warning.Stefan Metzmacher2007-10-101-1/+1
* r21931: include acl/libacl.h is presentStefan Metzmacher2007-10-102-1/+6
* r21927: Removed unused variable.Jeremy Allison2007-10-101-1/+0
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-104-17/+17
* r21925: Start to code up the gss acquire creds calls.Jeremy Allison2007-10-101-6/+32
* r21923: Add in the gss decrypt.Jeremy Allison2007-10-101-3/+45
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-107-100/+81