Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r7740: get rid of our duplicate base64 routines | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r7674: Fix the printf() attribute suggestion by correctly prototyping, then | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 6 | -15/+16 |
2007-10-10 | r7525: Unify lp_load(), load_interfaces and logging setup into popt(). | Andrew Bartlett | 4 | -20/+2 |
2007-10-10 | r7382: Convert net_user code so that is can be compiled against | Rafal Szczesniak | 1 | -5/+5 |
2007-10-10 | r7249: Cope with struct member rename | Jelmer Vernooij | 5 | -7/+7 |
2007-10-10 | r7117: Move more manpages to the source repository | Jelmer Vernooij | 2 | -0/+352 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -4/+2 |
2007-10-10 | r6951: Fix all calls to setup_logging() that use 'True' as a second argument. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6930: Use NBT_NAME_CLIENT instead of the number 0. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6839: Add support for building subsystems as shared libraries. This can be | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r6612: fix the build | Stefan Metzmacher | 2 | -9/+2 |
2007-10-10 | r6609: remove double entry for [BINARY::getntacl] | Stefan Metzmacher | 1 | -15/+0 |
2007-10-10 | r6573: Start on my project to implement an NT4 compatible BDC in Samba4. | Andrew Bartlett | 3 | -0/+70 |
2007-10-10 | r6527: Resurrect getntacl utility program. At the moment we only display the | Tim Potter | 2 | -3/+117 |
2007-10-10 | r6287: sorted out a small but surprisingly tricky dependency problem with the | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -54/+54 |
2007-10-10 | r5924: Use cli_credentials in libnet/. | Jelmer Vernooij | 4 | -16/+6 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 6 | -28/+23 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r5827: Make ndrdump accept a uuid as well as a pipe name to specify | Tim Potter | 1 | -3/+9 |
2007-10-10 | r5782: Use standard input for reading packet data if filename not specified. | Tim Potter | 1 | -4/+38 |
2007-10-10 | r5425: Convert function tables to new structure (with description) | Rafal Szczesniak | 3 | -46/+14 |
2007-10-10 | r5424: Automatically generate basic help display on basis of name | Rafal Szczesniak | 1 | -50/+31 |
2007-10-10 | r5423: Change function table structure to allow short description | Rafal Szczesniak | 1 | -1/+1 |