Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25790: - remove some nesting by using error and out logic | Stefan Metzmacher | 1 | -14/+26 |
2007-10-10 | r25454: Use standard bool types in a couple more places. | Jelmer Vernooij | 2 | -43/+43 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 3 | -21/+21 |
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25379: Use loadparm context parameter in a lot more places. | Jelmer Vernooij | 1 | -9/+9 |
2007-10-10 | r25213: use talloc_strdup_append_buffer() instead of talloc_append_string() | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 2 | -5/+5 |
2007-10-10 | r25047: Fix more warnings. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -22/+21 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 3 | -0/+3 |
2007-10-10 | r25007: Remove more uses of pstring, move ntlmauth-specific utility function ... | Jelmer Vernooij | 1 | -1/+19 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24796: Add bounds checking to ntlm_auth, increase initial buffer size to 300... | Kai Blin | 1 | -2/+12 |
2007-10-10 | r24795: When talking to squid, allocate the buffer size dynamically. | Kai Blin | 1 | -27/+36 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 13 | -39/+26 |
2007-10-10 | r22607: work with the solaris version of popt | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r21564: Move ndrdump to librpc/tools. | Jelmer Vernooij | 2 | -430/+0 |
2007-10-10 | r21334: compare the original buffer and the validated one byte by byte | Stefan Metzmacher | 1 | -2/+30 |
2007-10-10 | r21333: fix POPT handling in ndrdump | Stefan Metzmacher | 1 | -7/+23 |
2007-10-10 | r19678: Fix the build for now (ugly hack because of circular dependencies) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch by | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r19555: Silently ignore --use-cached-creds for compatibility with Samba3's nt... | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r19463: Make it clear what argument is incorrect | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18915: fix usage of popt, do make -W setting the recursive flag on SuSE 10.1 | Stefan Metzmacher | 1 | -19/+58 |
2007-10-10 | r18343: fixed setlinebuf() prototype, added test for it, and use it in two | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 4 | -4/+4 |
2007-10-10 | r18121: Simplify m4 code, hopefully fix Samba4 build problems. | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r18117: first steps in making samba4 use libreplace | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17577: Patch from Kai Blin <kai.blin@gmail.com>: | Andrew Bartlett | 1 | -1/+62 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 2 | -2/+17 |
2007-10-10 | r16824: Rename Ethereal -> Wireshark (patch from Joerg Mayer) | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r16051: Move the XATTR compatability code into a new file, so I can use it for | Andrew Bartlett | 2 | -16/+4 |
2007-10-10 | r15941: We don't use call levels, at the moment. Remove them until we do. | Rafal Szczesniak | 1 | -2/+0 |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r15490: Typo fixes and remove long forgotten commented piece. | Rafal Szczesniak | 2 | -8/+3 |
2007-10-10 | r15384: Improve naming of socket library, disable Requires(.private)? fields ... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15363: Fix dependencies for shared library | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15338: Fix build of most things with shared libs enabled. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -3/+7 |
2007-10-10 | r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil d... | Jelmer Vernooij | 2 | -1/+31 |
2007-10-10 | r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 2 | -8/+7 |
2007-10-10 | r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from .... | Jelmer Vernooij | 1 | -6/+40 |
2007-10-10 | r14982: mark a deliberate missing break | Andrew Tridgell | 1 | -0/+1 |