Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12622: Move table.c prototypes to seperate header to prevent circular depend... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 3 | -6/+2 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 7 | -8/+0 |
2007-10-10 | r12592: Remove some useless dependencies | Jelmer Vernooij | 3 | -17/+12 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r12512: Use GUID structs in API functions everywhere rather then converting b... | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 3 | -0/+3 |
2007-10-10 | r12423: Remove DEBUG(0) printouts in favor of more information to the caller. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r12421: Handle the case where we are a joining as different account types far... | Andrew Bartlett | 1 | -4/+3 |
2007-10-10 | r12411: Add 'net samdump keytab <keytab>'. | Andrew Bartlett | 1 | -0/+67 |
2007-10-10 | r12209: Fix some issues with XML entities. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11553: give an error when the lookup failed | Stefan Metzmacher | 1 | -7/+19 |
2007-10-10 | r11371: Fix the ntlm_auth build. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 2 | -14/+14 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -8/+0 |
2007-10-10 | r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r10711: An error of 'user exists' is not an error, just an indication of how | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10528: Add credentials.h back into includes.h as some compilers don't | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10513: Reduce some use of pstring. The main reason some parts of the code still | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10486: This is a merge of Brad Henry's 'net join' rework, to better perform | Andrew Bartlett | 1 | -9/+15 |
2007-10-10 | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r10316: More dynconfig fixes | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10315: Remove use of fstring and pstring in dynconfig.c | Jelmer Vernooij | 2 | -2/+0 |
2007-10-10 | r10144: dump the whole data blob | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10143: don't exit when the not all bytes are consumed, | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r9991: Some more 64-bit size_t warnings. There are a few more but they are | Tim Potter | 1 | -2/+2 |
2007-10-10 | r9954: getntacl depends on EXT_LIB_XATTR | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r9772: Make credentials callbacks more consistant with the abstraction | Andrew Bartlett | 1 | -46/+67 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 2 | -4/+2 |
2007-10-10 | r9569: fixed an uninitialised variable | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9482: add --validate and --dump-data options to ndrdump, | Stefan Metzmacher | 1 | -20/+89 |
2007-10-10 | r9396: ntlm_auth updates, including again support for the NTLMSSP client | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 1 | -3/+0 |
2007-10-10 | r9240: - move struct security_token to the idl file, with this we can | Stefan Metzmacher | 2 | -2/+1 |
2007-10-10 | r9152: fix a crash bug | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r8966: Simplify the makefile generation system a bit. | Jelmer Vernooij | 2 | -0/+7 |
2007-10-10 | r8901: Fix ntlm_auth segfault (invalid free()). We have moved to talloc | Andrew Bartlett | 1 | -6/+11 |
2007-10-10 | r8847: Rework the Samba4 'net join' code. I'm trying to get this closer to | Andrew Bartlett | 1 | -6/+5 |
2007-10-10 | r8752: With all the infrustructure done, details like a SamSync migration | Andrew Bartlett | 2 | -0/+41 |
2007-10-10 | r8748: fixed build. Andrew, please check. | Andrew Tridgell | 1 | -6/+4 |
2007-10-10 | r8702: fixed ntlm_auth build. Andrew, can you check I got this right? | Andrew Tridgell | 1 | -7/+6 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8394: Make sure the argument to ctype is*(3) macros are unsigned char as | Love Hörnquist Åstrand | 1 | -1/+1 |
2007-10-10 | r8273: fixed some memory leaks in smbscript. This required converting | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. | Jelmer Vernooij | 1 | -0/+2 |