| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | r22023: I don't like this cache, but I think Jeremy is right, the consequences | Andrew Bartlett | 2007-04-02 | 1 | -2/+2 |
| * | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 2007-04-02 | 1 | -6/+6 |
| * | r22019: Jeremy, this hopefully fixes the build farm currently. But I think we... | Volker Lendecke | 2007-04-01 | 1 | -2/+2 |
| * | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 2007-03-30 | 2 | -4/+55 |
| * | r22011: As Metze suggested, use 0xFF 'E' <enc ctx> instead | Jeremy Allison | 2007-03-29 | 1 | -1/+1 |
| * | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 2007-03-29 | 6 | -29/+29 |
| * | r22007: make string_tdb_data(NULL) possible... | Stefan Metzmacher | 2007-03-29 | 1 | -2/+2 |
| * | r22006: use string_term_tdb_data()... | Stefan Metzmacher | 2007-03-29 | 1 | -2/+1 |
| * | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 2007-03-28 | 1 | -4/+3 |
| * | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 2007-03-27 | 1 | -0/+13 |
| * | r21990: Stop messing with the signing engine just because | Jeremy Allison | 2007-03-27 | 1 | -11/+11 |
| * | r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_... | Stefan Metzmacher | 2007-03-27 | 1 | -2/+2 |
| * | r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/ | Stefan Metzmacher | 2007-03-27 | 2 | -25/+13 |
| * | r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro... | Stefan Metzmacher | 2007-03-27 | 1 | -23/+32 |
| * | r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-) | Volker Lendecke | 2007-03-24 | 1 | -13/+0 |
| * | r21953: One format fix, clarify a condition that the IBM | Jeremy Allison | 2007-03-23 | 1 | -1/+1 |
| * | r21944: move acl header checks to the correct place only | Stefan Metzmacher | 2007-03-23 | 1 | -1/+2 |
| * | r21934: fix the build sorry | Stefan Metzmacher | 2007-03-22 | 1 | -1/+1 |
| * | r21931: include acl/libacl.h is present | Stefan Metzmacher | 2007-03-22 | 1 | -0/+4 |
| * | r21922: Fixed the build by rather horrid means. I really need | Jeremy Allison | 2007-03-21 | 1 | -28/+29 |
| * | r21897: Add in a basic raw NTLM encrypt request. Now | Jeremy Allison | 2007-03-21 | 1 | -0/+5 |
| * | r21882: The server part of the code has to use an AUTH_NTLMSSP struct, | Jeremy Allison | 2007-03-20 | 1 | -0/+15 |
| * | r21880: Make client and server calls into encryption code symetrical, | Jeremy Allison | 2007-03-19 | 1 | -2/+2 |
| * | r21876: Start adding in the seal implementation - prototype code | Jeremy Allison | 2007-03-19 | 1 | -3/+6 |
| * | r21868: Remove check_log_size from the central smbd processing loop. This can... | Volker Lendecke | 2007-03-18 | 1 | -8/+5 |
| * | r21865: Add in the stubs for SMB transport encryption. Will flesh | Jeremy Allison | 2007-03-17 | 1 | -1/+22 |
| * | r21854: Add gfree_interfaces() to gfree_all(). | Günther Deschner | 2007-03-16 | 2 | -0/+13 |
| * | r21825: add debug prefix timestamp to allow "short timestamps" to be | Herb Lewis | 2007-03-13 | 1 | -2/+8 |
| * | r21800: Check-in the DFS rewrite. I am still testing this but it | Jeremy Allison | 2007-03-12 | 1 | -0/+3 |
| * | r21785: Avoid an unnecessary gettimeofday() call | Volker Lendecke | 2007-03-11 | 1 | -1/+1 |
| * | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 2007-03-11 | 2 | -98/+34 |
| * | r21768: Fix the client dfs code such that smbclient can | Jeremy Allison | 2007-03-08 | 1 | -1/+14 |
| * | r21725: Fix for memalign used without test guards. Was | Jeremy Allison | 2007-03-06 | 2 | -22/+22 |
| * | r21723: Make use of the per-hashchain "freelists" | Volker Lendecke | 2007-03-06 | 1 | -0/+3 |
| * | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 2007-03-05 | 1 | -31/+113 |
| * | r21637: Get "password never expires" account policy working. | Jim McDonough | 2007-03-01 | 1 | -3/+9 |
| * | r21606: Implement escaping function for ldap RDN values | Simo Sorce | 2007-03-01 | 2 | -5/+86 |
| * | r21560: Convert name_to_fqdn to BOOL. | Günther Deschner | 2007-02-27 | 1 | -3/+6 |
| * | r21526: Fix stray character in sys_memalign() that is only | Gerald Carter | 2007-02-24 | 1 | -1/+1 |
| * | r21525: Go ahead and checkin the mlock() & memalign() fixes so | Gerald Carter | 2007-02-24 | 2 | -0/+49 |
| * | r21388: Merge support for providing replacement system headers. | Jelmer Vernooij | 2007-02-16 | 3 | -1/+17 |
| * | r21312: merge from SAMBA_4_0: | Stefan Metzmacher | 2007-02-13 | 1 | -1/+1 |
| * | r21264: LDAP_OPT_ERROR_NUMBER seems more portable than LDAP_OPT_RESULT_CODE | Volker Lendecke | 2007-02-09 | 1 | -5/+5 |
| * | r21263: getpeername() returning -1 is not a reliable indication if a TCP conn... | Volker Lendecke | 2007-02-09 | 1 | -15/+70 |
| * | r21262: Final part of BUG 4093: fix %a with Windows XP 64bit | Gerald Carter | 2007-02-09 | 1 | -1/+4 |
| * | r21257: Better fix for bug #4188 : | Jeremy Allison | 2007-02-09 | 1 | -13/+4 |
| * | r21250: Partial fix for BUG 4093: Make %a expand to "Vista" | Gerald Carter | 2007-02-08 | 1 | -0/+3 |
| * | r21176: merged va_end() changes from Samba4 | Andrew Tridgell | 2007-02-06 | 2 | -8/+15 |
| * | r21115: notify_internal.c needs to remove the table entry if a process has cr... | Volker Lendecke | 2007-02-01 | 1 | -38/+62 |
| * | r21084: Make the Samba4 files compile in Samba3, not activated yet. | Volker Lendecke | 2007-01-31 | 1 | -0/+13 |