summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison3-7/+18
2007-10-10r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ...Simo Sorce1-26/+63
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher35-148/+147
2007-10-10r22000: remove useless castsStefan Metzmacher1-9/+9
2007-10-10r21999: remove useless castsStefan Metzmacher1-6/+6
2007-10-10r21998: Fix tdb keynames in netsamlogon_clear_cached_user().Günther Deschner1-15/+11
2007-10-10r21997: Implement the server side of gss seal negotiate.Jeremy Allison2-17/+92
2007-10-10r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison2-2/+2
2007-10-10r21993: Don't let keepalives interferece with sign or sealJeremy Allison1-0/+5
2007-10-10r21992: Fix keepalive processing when encryption turned on.Jeremy Allison2-8/+28
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison8-59/+199
2007-10-10r21990: Stop messing with the signing engine just becauseJeremy Allison3-31/+31
2007-10-10r21989: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-54/+31
2007-10-10r21988: make use of string_tdb_data()Stefan Metzmacher1-8/+5
2007-10-10r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher3-13/+21
2007-10-10r21986: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-55/+56
2007-10-10r21985: make use of string_tdb_data()Stefan Metzmacher1-8/+5
2007-10-10r21984: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-52/+29
2007-10-10r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-27/+25
2007-10-10r21982: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-29/+12
2007-10-10r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()Stefan Metzmacher1-1/+1
2007-10-10r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher2-18/+6
2007-10-10r21979: make use of string_tdb_data()Stefan Metzmacher1-6/+3
2007-10-10r21978: make use of tdb_*_bystring()Stefan Metzmacher1-4/+2
2007-10-10r21977: little cosmetic change to remove a local var that's not really neededStefan Metzmacher1-4/+2
2007-10-10r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/Stefan Metzmacher2-25/+13
2007-10-10r21975: if we use the _bystring() version when storing, we should use it on f...Stefan Metzmacher1-4/+2
2007-10-10r21974: make use of tdb_*_bystring() and string_term_tdb_data() in groupdb/Stefan Metzmacher1-36/+17
2007-10-10r21973: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-11/+5
2007-10-10r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro...Stefan Metzmacher1-23/+32
2007-10-10r21969: Start working on the gss-side of the server negotiation.Jeremy Allison6-9/+128
2007-10-10r21968: Don't use gss-types in proto headers.Jeremy Allison1-1/+1
2007-10-10r21967: Add conversion from gss errors to nt status.Jeremy Allison2-1/+112
2007-10-10r21965: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r21964: Add tdbtorture target to main makefile -- Thanks to Karolin SeegerVolker Lendecke1-1/+10
2007-10-10r21963: Fix another uninitialized buffer used in test write - valgrindJeremy Allison1-0/+2
2007-10-10r21962: Make pdbedit use the configfile specified by -sVolker Lendecke1-1/+6
2007-10-10r21961: Repair bug introduced by rev. 21960.Jeremy Allison1-0/+6
2007-10-10r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke4-20/+5
2007-10-10r21959: Merge a comment fix from Michael Adam -- more to come :-)Volker Lendecke1-1/+2
2007-10-10r21958: Fix Coverity ID 343 (dead code)Volker Lendecke1-3/+0
2007-10-10r21957: minor formatting fixHerb Lewis1-1/+1
2007-10-10r21956: Fix bug reported by don.mccall@hp.com for platformsJeremy Allison1-1/+1
2007-10-10r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison1-1/+1
2007-10-10r21953: One format fix, clarify a condition that the IBMJeremy Allison2-3/+21
2007-10-10r21952: Fix critical (!) error found by IBM checker.Jeremy Allison1-22/+28
2007-10-10r21950: After discussion with the Apple and Linux client maintainers,James Peach4-3/+17
2007-10-10r21948: Fix valgrind error in build farm samba3 smbtorture. We wereJeremy Allison1-0/+2
2007-10-10r21947: Fix the equivalent of memcpy(x, x, 16). FoundJeremy Allison1-1/+3
2007-10-10r21944: move acl header checks to the correct place onlyStefan Metzmacher2-2/+2