summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-106-58/+48
* r22019: Jeremy, this hopefully fixes the build farm currently. But I think we...Volker Lendecke2007-10-101-2/+2
* r22018: fix compile errorHerb Lewis2007-10-101-3/+3
* r22017: After changing 2000 lines of this I think this is needed :-).Jeremy Allison2007-10-101-0/+1
* r22016: Try and fix the build - move things out of proto.hJeremy Allison2007-10-101-2/+2
* r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com>Jeremy Allison2007-10-101-0/+5
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-1013-330/+714
* r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison2007-10-102-29/+41
* r22012: Ensure we use the same technique to pull the share modeJeremy Allison2007-10-101-19/+21
* r22011: As Metze suggested, use 0xFF 'E' <enc ctx> insteadJeremy Allison2007-10-101-1/+1
* r22010: Now I'm looking at mangling again, make sureJeremy Allison2007-10-101-16/+31
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-1046-247/+251
* r22008: use string_term_tdb_data()Stefan Metzmacher2007-10-101-4/+3
* r22007: make string_tdb_data(NULL) possible...Stefan Metzmacher2007-10-101-2/+2
* r22006: use string_term_tdb_data()...Stefan Metzmacher2007-10-101-2/+1
* r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison2007-10-103-7/+18
* r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ...Simo Sorce2007-10-101-26/+63
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-1035-148/+147
* r22000: remove useless castsStefan Metzmacher2007-10-101-9/+9
* r21999: remove useless castsStefan Metzmacher2007-10-101-6/+6
* r21998: Fix tdb keynames in netsamlogon_clear_cached_user().Günther Deschner2007-10-101-15/+11
* r21997: Implement the server side of gss seal negotiate.Jeremy Allison2007-10-102-17/+92
* r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison2007-10-102-2/+2
* r21993: Don't let keepalives interferece with sign or sealJeremy Allison2007-10-101-0/+5
* r21992: Fix keepalive processing when encryption turned on.Jeremy Allison2007-10-102-8/+28
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-108-59/+199
* r21990: Stop messing with the signing engine just becauseJeremy Allison2007-10-103-31/+31
* r21989: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-54/+31
* r21988: make use of string_tdb_data()Stefan Metzmacher2007-10-101-8/+5
* 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