Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22280: merge from samba4: | Stefan Metzmacher | 1 | -56/+254 |
2007-10-10 | r22276: Fix name -> servicename in messages.c | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22274: merge from samba4: | Stefan Metzmacher | 2 | -1/+11 |
2007-10-10 | r22271: merge from samba4: | Stefan Metzmacher | 2 | -0/+7 |
2007-10-10 | r22268: merge from samba4: | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r22264: merge from samba4: | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r22254: merge from samba4: | Stefan Metzmacher | 1 | -7/+56 |
2007-10-10 | r22252: merge from samba4: | Stefan Metzmacher | 2 | -1/+7 |
2007-10-10 | r22249: move tdb code to lib/tdb/ as in samba4 | Stefan Metzmacher | 31 | -0/+6905 |
2007-10-10 | r22247: merge from samba4: | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r22244: merge from samba4: | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r22240: merge from samba4: | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22229: discard_const_p is in lib/replace now | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r22227: merge from samba4: | Stefan Metzmacher | 2 | -1/+24 |
2007-10-10 | r22224: merge from samba4: | Stefan Metzmacher | 1 | -5/+25 |
2007-10-10 | r22221: merge from samba4: | Stefan Metzmacher | 11 | -15/+1426 |
2007-10-10 | r22213: We can't use become_root() here, as it does DEBUG() | Volker Lendecke | 1 | -5/+8 |
2007-10-10 | r22181: Fix for EISCON in open_any_socket_out from William Jojo | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r22151: remove netgr functions from libreplace they're not used | Stefan Metzmacher | 4 | -39/+2 |
2007-10-10 | r22113: Fix core dump when configfile in same directory. | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r22107: Fix typo. | James Peach | 1 | -1/+1 |
2007-10-10 | r22096: become_root_uid_only() is unneeded - it's only used in | Jeremy Allison | 3 | -27/+10 |
2007-10-10 | r22050: Fix a couple of off-by-one errors in the rap | Jeremy Allison | 1 | -4/+14 |
2007-10-10 | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 2 | -16/+12 |
2007-10-10 | r22042: Try and clean up my own mess using the API Volker | Jeremy Allison | 1 | -6/+56 |
2007-10-10 | r22026: Missed in my last commit, another case where we need to copy, not ref... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22024: Don't leak, actually use the provided memory context... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22023: I don't like this cache, but I think Jeremy is right, the consequences | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r22019: Jeremy, this hopefully fixes the build farm currently. But I think we... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 2 | -4/+55 |
2007-10-10 | r22011: As Metze suggested, use 0xFF 'E' <enc ctx> instead | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 6 | -29/+29 |
2007-10-10 | r22007: make string_tdb_data(NULL) possible... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22006: use string_term_tdb_data()... | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 1 | -0/+13 |
2007-10-10 | r21990: Stop messing with the signing engine just because | Jeremy Allison | 1 | -11/+11 |
2007-10-10 | r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/ | Stefan Metzmacher | 2 | -25/+13 |
2007-10-10 | r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro... | Stefan Metzmacher | 1 | -23/+32 |
2007-10-10 | r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-) | Volker Lendecke | 1 | -13/+0 |
2007-10-10 | r21953: One format fix, clarify a condition that the IBM | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21944: move acl header checks to the correct place only | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r21934: fix the build sorry | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21931: include acl/libacl.h is present | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r21922: Fixed the build by rather horrid means. I really need | Jeremy Allison | 1 | -28/+29 |
2007-10-10 | r21897: Add in a basic raw NTLM encrypt request. Now | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r21882: The server part of the code has to use an AUTH_NTLMSSP struct, | Jeremy Allison | 1 | -0/+15 |
2007-10-10 | r21880: Make client and server calls into encryption code symetrical, | Jeremy Allison | 1 | -2/+2 |