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