Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r21998: Fix tdb keynames in netsamlogon_clear_cached_user(). | Günther Deschner | 2007-03-28 | 1 | -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 Allison | 2007-03-28 | 2 | -17/+92 | |
| | | | | | | | | Jeremy. | |||||
| * | r21994: Ignore keepalives in the correct buffer (out not in :-). | Jeremy Allison | 2007-03-27 | 2 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r21993: Don't let keepalives interferece with sign or seal | Jeremy Allison | 2007-03-27 | 1 | -0/+5 | |
| | | | | | | | | | | in the client code. Jeremy. | |||||
| * | r21992: Fix keepalive processing when encryption turned on. | Jeremy Allison | 2007-03-27 | 2 | -8/+28 | |
| | | | | | | | | Jeremy. | |||||
| * | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 2007-03-27 | 8 | -59/+199 | |
| | | | | | | | | | | contexts.... Jeremy. | |||||
| * | r21990: Stop messing with the signing engine just because | Jeremy Allison | 2007-03-27 | 3 | -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 Metzmacher | 2007-03-27 | 1 | -54/+31 | |
| | | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze | |||||
| * | r21988: make use of string_tdb_data() | Stefan Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 3 | -13/+21 | |
| | | | | | | | | | | | | TDB_DATA key metze | |||||
| * | r21986: make use of tdb_*_bystring() and string_term_tdb_data() | Stefan Metzmacher | 2007-03-27 | 1 | -55/+56 | |
| | | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze | |||||
| * | r21985: make use of string_tdb_data() | Stefan Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/ | Stefan Metzmacher | 2007-03-27 | 2 | -18/+6 | |
| | | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze | |||||
| * | r21979: make use of string_tdb_data() | Stefan Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 1 | -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 needed | Stefan Metzmacher | 2007-03-27 | 1 | -4/+2 | |
| | | | | | | | | metze | |||||
| * | r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/ | Stefan Metzmacher | 2007-03-27 | 2 | -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 Metzmacher | 2007-03-27 | 1 | -4/+2 | |
| | | | | | | | | | | | | fetch too... metze | |||||
| * | r21974: make use of tdb_*_bystring() and string_term_tdb_data() in groupdb/ | Stefan Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 1 | -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 Metzmacher | 2007-03-27 | 1 | -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 Allison | 2007-03-27 | 6 | -9/+128 | |
| | | | | | | | | Jeremy. | |||||
| * | r21968: Don't use gss-types in proto headers. | Jeremy Allison | 2007-03-27 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r21967: Add conversion from gss errors to nt status. | Jeremy Allison | 2007-03-27 | 2 | -1/+112 | |
| | | | | | | | | Jeremy | |||||
| * | r21965: fix compiler warning | Stefan Metzmacher | 2007-03-26 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | r21964: Add tdbtorture target to main makefile -- Thanks to Karolin Seeger | Volker Lendecke | 2007-03-26 | 1 | -1/+10 | |
| | | ||||||
| * | r21963: Fix another uninitialized buffer used in test write - valgrind | Jeremy Allison | 2007-03-25 | 1 | -0/+2 | |
| | | | | | | | | | | fix. Jeremy. | |||||
| * | r21962: Make pdbedit use the configfile specified by -s | Volker Lendecke | 2007-03-24 | 1 | -1/+6 | |
| | | ||||||
| * | r21961: Repair bug introduced by rev. 21960. | Jeremy Allison | 2007-03-24 | 1 | -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 Lendecke | 2007-03-24 | 4 | -20/+5 | |
| | | ||||||
| * | r21959: Merge a comment fix from Michael Adam -- more to come :-) | Volker Lendecke | 2007-03-24 | 1 | -1/+2 | |
| | | ||||||
| * | r21958: Fix Coverity ID 343 (dead code) | Volker Lendecke | 2007-03-24 | 1 | -3/+0 | |
| | | ||||||
| * | r21957: minor formatting fix | Herb Lewis | 2007-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | r21956: Fix bug reported by don.mccall@hp.com for platforms | Jeremy Allison | 2007-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | without utimes() call (only utime()). Jeremy. | |||||
| * | r21954: Someone misused a '!' instead of a '~' for a binary NOT | Jeremy Allison | 2007-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | command. Jerry, Simo, please check. Jeremy. | |||||
| * | r21953: One format fix, clarify a condition that the IBM | Jeremy Allison | 2007-03-23 | 2 | -3/+21 | |
| | | | | | | | | | | checker was worried about. Jeremy. | |||||
| * | r21952: Fix critical (!) error found by IBM checker. | Jeremy Allison | 2007-03-23 | 1 | -22/+28 | |
| | | | | | | | | | | | | | | Missing break statements meant that no info levels would ever be returned correctly from POSIX open/mkdir. Jeremy. | |||||
| * | r21950: After discussion with the Apple and Linux client maintainers, | James Peach | 2007-03-23 | 4 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. The length field does not count any null. Also add call to chflags(2) in the default VFS module so that this will work be default on BSD-derived platform. Add UNIX-INFO2 test to the build farm to get some non-BSD coverage. Jeremy and Jerry, please review for inclusion in 3.0.25. | |||||
| * | r21948: Fix valgrind error in build farm samba3 smbtorture. We were | Jeremy Allison | 2007-03-23 | 1 | -0/+2 | |
| | | | | | | | | | | using an uninitialized buffer for read/write tests. Jeremy. | |||||
| * | r21947: Fix the equivalent of memcpy(x, x, 16). Found | Jeremy Allison | 2007-03-23 | 1 | -1/+3 | |
| | | | | | | | | | | by valgrind on the build farm. Jeremy. | |||||
| * | r21944: move acl header checks to the correct place only | Stefan Metzmacher | 2007-03-23 | 2 | -2/+2 | |
| | | | | | | | | | | | | jeremy: please merge this to 3.0.25:-) metze | |||||
| * | r21942: Hoist by our own petard :-). Older smbclient binaries | Jeremy Allison | 2007-03-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | were not able to connect to the rewritten dfs code as they set the dfs flag bit but then send local paths. Now that our dfs code is a *lot* more robust in detecting this sort of braindamage we can just call into it directly on getting a DFS flag and let the parser sort it out without having to check it's actually connecting to a dfs enabled share (I'm proud of this code :-). Jeremy. | |||||
| * | r21941: Attempt to fix bug 4460 | Volker Lendecke | 2007-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | r21940: Sorry Volker, I have to revert your revert in r21935. | Gerald Carter | 2007-03-22 | 4 | -11/+48 | |
| | | | | | | | | | | We can talk about this later if you still feel that strongly but I need to fix the build for now. | |||||
| * | r21939: Fix missing initialization that | Jeremy Allison | 2007-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | broke the build farm. Thanks to Metze for the heads up. Jeremy. | |||||
| * | r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ↵ | Volker Lendecke | 2007-03-22 | 4 | -48/+11 | |
| | | | | | | | | I am afraid I was basically off the net for the day |