Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo <jo... | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r22067: - fix --with-fhs, where confdir is set to \${sysconfdir} | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2} | Gerald Carter | 2 | -2/+24 |
2007-10-10 | r22065: First logic change I've found :-(. We were being too | Jeremy Allison | 1 | -9/+24 |
2007-10-10 | r22064: Fix the DFS code to work better with Vista clients. Allow | Jeremy Allison | 3 | -37/+42 |
2007-10-10 | r22062: Fix the parsing of info level 3. Flags is not a flags | Jeremy Allison | 4 | -11/+39 |
2007-10-10 | r22061: Fix the krb5 user ticket refresh event timeout in winbindd | Gerald Carter | 1 | -9/+32 |
2007-10-10 | r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>. | Jeremy Allison | 1 | -0/+30 |
2007-10-10 | r22059: Over-allocate and NULL out 100 bytes for lanman.c. | Volker Lendecke | 1 | -4/+8 |
2007-10-10 | r22058: Add test_nss_modules to check NSS modules for unresolved symbols. | Günther Deschner | 1 | -0/+12 |
2007-10-10 | r22056: Adding some missing proto_exists calls (for PAM and NSS modules) | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r22055: Port the endpoint mapper (and functions it requires) to Samba 3. | Jelmer Vernooij | 17 | -12/+4442 |
2007-10-10 | r22054: merge from samba4: | Stefan Metzmacher | 1 | -77/+0 |
2007-10-10 | r22051: use libreplace headers | Stefan Metzmacher | 1 | -13/+4 |
2007-10-10 | r22050: Fix a couple of off-by-one errors in the rap | Jeremy Allison | 2 | -7/+29 |
2007-10-10 | r22049: HPUX build fixes from <don.mccall@hp.com>. | Jeremy Allison | 2 | -12/+49 |
2007-10-10 | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 13 | -145/+145 |
2007-10-10 | r22044: Remove the only skip_string(...,2) caller | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look... | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r22042: Try and clean up my own mess using the API Volker | Jeremy Allison | 4 | -79/+134 |
2007-10-10 | r22039: fix compiler warnings | Stefan Metzmacher | 1 | -6/+7 |
2007-10-10 | r22033: remove useless line | Stefan Metzmacher | 1 | -3/+0 |
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 | r22022: - Clarify the comments | Andrew Bartlett | 2 | -3/+3 |
2007-10-10 | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 6 | -58/+48 |
2007-10-10 | r22019: Jeremy, this hopefully fixes the build farm currently. But I think we... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22018: fix compile error | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r22017: After changing 2000 lines of this I think this is needed :-). | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r22016: Try and fix the build - move things out of proto.h | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com> | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 13 | -330/+714 |
2007-10-10 | r22013: Move to SSPI framing (sig first in NTLM). | Jeremy Allison | 2 | -29/+41 |
2007-10-10 | r22012: Ensure we use the same technique to pull the share mode | Jeremy Allison | 1 | -19/+21 |
2007-10-10 | r22011: As Metze suggested, use 0xFF 'E' <enc ctx> instead | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22010: Now I'm looking at mangling again, make sure | Jeremy Allison | 1 | -16/+31 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 46 | -247/+251 |
2007-10-10 | r22008: use string_term_tdb_data() | Stefan Metzmacher | 1 | -4/+3 |
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 | r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdc | Jeremy Allison | 3 | -7/+18 |
2007-10-10 | r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ... | Simo Sorce | 1 | -26/+63 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 35 | -148/+147 |
2007-10-10 | r22000: remove useless casts | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r21999: remove useless casts | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r21998: Fix tdb keynames in netsamlogon_clear_cached_user(). | Günther Deschner | 1 | -15/+11 |
2007-10-10 | r21997: Implement the server side of gss seal negotiate. | Jeremy Allison | 2 | -17/+92 |
2007-10-10 | r21994: Ignore keepalives in the correct buffer (out not in :-). | Jeremy Allison | 2 | -2/+2 |
2007-10-10 | r21993: Don't let keepalives interferece with sign or seal | Jeremy Allison | 1 | -0/+5 |