summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r22010: Now I'm looking at mangling again, make sureJeremy Allison2007-03-291-16/+31
| | | | | | | | | | | | | | | | that we mangle any illegal names before doing any wildcard matches. That way lies least suprises. Don't merge this for 3.0.25, too dangerous. Thanks. Jeremy.
| * r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-03-2946-247/+251
| | | | | | | | | | | | and fix all compiler warnings in the users metze
| * r22008: use string_term_tdb_data()Stefan Metzmacher2007-03-291-4/+3
| | | | | | | | metze
| * r22007: make string_tdb_data(NULL) possible...Stefan Metzmacher2007-03-291-2/+2
| | | | | | | | metze
| * r22006: use string_term_tdb_data()...Stefan Metzmacher2007-03-291-2/+1
| | | | | | | | metze
| * r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison2007-03-283-7/+18
| | | | | | | | | | | | call as smb_krb5_locate_kdc to prevent incorrect linking and crashes on Solaris. Jeremy.
| * r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ↵Simo Sorce2007-03-281-26/+63
| | | | | | | | | | | | next) and -T argument parsing behavior (which is just insane but a separate bug)
| * r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-03-2835-148/+147
| | | | | | | | | | | | | | | | which matches what samba4 has. also fix all the callers to prevent compiler warnings metze
| * r22000: remove useless castsStefan Metzmacher2007-03-281-9/+9
| | | | | | | | metze
| * r21999: remove useless castsStefan Metzmacher2007-03-281-6/+6
| | | | | | | | metze
| * r21998: Fix tdb keynames in netsamlogon_clear_cached_user().Günther Deschner2007-03-281-15/+11
| | | | | | | | | | | | | | | | | | No point in deleting U/DOMAIN/RID and UG/DOMAIN/RID keys if we only store U/SID and UG/SID keys :-) Next we need to verify the need of calling netsamlogon_clear_cached_user() at all. Guenther
| * r21997: Implement the server side of gss seal negotiate.Jeremy Allison2007-03-282-17/+92
| | | | | | | | Jeremy.
| * r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison2007-03-272-2/+2
| | | | | | | | Jeremy.
| * r21993: Don't let keepalives interferece with sign or sealJeremy Allison2007-03-271-0/+5
| | | | | | | | | | in the client code. Jeremy.
| * r21992: Fix keepalive processing when encryption turned on.Jeremy Allison2007-03-272-8/+28
| | | | | | | | Jeremy.
| * r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-03-278-59/+199
| | | | | | | | | | contexts.... Jeremy.
| * r21990: Stop messing with the signing engine just becauseJeremy Allison2007-03-273-31/+31
| | | | | | | | | | | | we're encrypted. This will make further changes and spec much more clear. Jeremy.
| * r21989: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-03-271-54/+31
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21988: make use of string_tdb_data()Stefan Metzmacher2007-03-271-8/+5
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21987: split tdb_prs_*() functions in version which take a keystr and a ↵Stefan Metzmacher2007-03-273-13/+21
| | | | | | | | | | | | TDB_DATA key metze
| * r21986: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-03-271-55/+56
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21985: make use of string_tdb_data()Stefan Metzmacher2007-03-271-8/+5
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21984: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-03-271-52/+29
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-03-271-27/+25
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21982: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-03-271-29/+12
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()Stefan Metzmacher2007-03-271-1/+1
| | | | | | | | metze
| * r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher2007-03-272-18/+6
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21979: make use of string_tdb_data()Stefan Metzmacher2007-03-271-6/+3
| | | | | | | | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" note: we can't use the tdb_*_bystring functions here, as the key isn't null-terminated here... metze
| * r21978: make use of tdb_*_bystring()Stefan Metzmacher2007-03-271-4/+2
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21977: little cosmetic change to remove a local var that's not really neededStefan Metzmacher2007-03-271-4/+2
| | | | | | | | metze
| * r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/Stefan Metzmacher2007-03-272-25/+13
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21975: if we use the _bystring() version when storing, we should use it on ↵Stefan Metzmacher2007-03-271-4/+2
| | | | | | | | | | | | fetch too... metze
| * r21974: make use of tdb_*_bystring() and string_term_tdb_data() in groupdb/Stefan Metzmacher2007-03-271-36/+17
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21973: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-03-271-11/+5
| | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze
| * r21972: - add string_term_tdb_data() it creates a null-terminates tdb key ↵Stefan Metzmacher2007-03-271-23/+32
| | | | | | | | | | | | | | | | | | from a string (the current string_tdb_data() creates a non-terminates tdb key from a string!) - pass TDB_DATA instead of const char *, size_t len to some functions metze
| * r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-03-276-9/+128
| | | | | | | | Jeremy.
| * r21968: Don't use gss-types in proto headers.Jeremy Allison2007-03-271-1/+1
| | | | | | | | Jeremy.
| * r21967: Add conversion from gss errors to nt status.Jeremy Allison2007-03-272-1/+112
| | | | | | | | Jeremy
| * r21965: fix compiler warningStefan Metzmacher2007-03-261-1/+1
| | | | | | | | metze
| * r21964: Add tdbtorture target to main makefile -- Thanks to Karolin SeegerVolker Lendecke2007-03-261-1/+10
| |
| * r21963: Fix another uninitialized buffer used in test write - valgrindJeremy Allison2007-03-251-0/+2
| | | | | | | | | | fix. Jeremy.
| * r21962: Make pdbedit use the configfile specified by -sVolker Lendecke2007-03-241-1/+6
| |
| * r21961: Repair bug introduced by rev. 21960.Jeremy Allison2007-03-241-0/+6
| | | | | | | | | | We need to do the initial strtok to set up the internal state. Jeremy.
| * r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-03-244-20/+5
| |
| * r21959: Merge a comment fix from Michael Adam -- more to come :-)Volker Lendecke2007-03-241-1/+2
| |
| * r21958: Fix Coverity ID 343 (dead code)Volker Lendecke2007-03-241-3/+0
| |
| * r21957: minor formatting fixHerb Lewis2007-03-231-1/+1
| |
| * r21956: Fix bug reported by don.mccall@hp.com for platformsJeremy Allison2007-03-231-1/+1
| | | | | | | | | | without utimes() call (only utime()). Jeremy.
| * r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison2007-03-231-1/+1
| | | | | | | | | | command. Jerry, Simo, please check. Jeremy.
| * r21953: One format fix, clarify a condition that the IBMJeremy Allison2007-03-232-3/+21
| | | | | | | | | | checker was worried about. Jeremy.