summaryrefslogtreecommitdiff
path: root/source4/utils
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from ....Jelmer Vernooij1-6/+40
2007-10-10r14982: mark a deliberate missing breakAndrew Tridgell1-0/+1
2007-10-10r14858: fix bugs noticed by the ibm code checkerStefan Metzmacher2-5/+6
2007-10-10r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2-13/+13
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij3-0/+4
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij3-1/+3
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-1/+1
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij2-0/+2
2007-10-10r14110: make ndr interface parsing code libraries,Stefan Metzmacher1-2/+2
2007-10-10r13932: fix dependencyStefan Metzmacher1-1/+2
2007-10-10r13930: this tools are currently just oneliners, which depend on printf()Stefan Metzmacher1-9/+2
2007-10-10r13928: fix dependencyStefan Metzmacher1-1/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2-0/+3
2007-10-10r13904: Make sure LDB gets initializedJelmer Vernooij1-0/+3
2007-10-10r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij1-1/+2
2007-10-10r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell1-0/+1
2007-10-10r13149: DEBUG is a bad choice for 'net', it should print to stderrAndrew Bartlett1-3/+3
2007-10-10r13073: Add manpage for getntacl, disable setntaclJelmer Vernooij2-1/+48
2007-10-10r12928: This patch improves the interaction between the vampire and provsion ...Andrew Bartlett1-1/+5
2007-10-10r12908: use '_' also for indication we want to ask for the localmaster browser,Stefan Metzmacher1-1/+1
2007-10-10r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett1-0/+42
2007-10-10r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'.Andrew Bartlett1-1/+1
2007-10-10r12865: Upgrade the librpc and libnet code.Andrew Bartlett1-10/+13
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-2/+11
2007-10-10r12732: This option does nothing.Andrew Bartlett1-2/+1
2007-10-10r12731: Simplify and re-implemenet support for --parameter-name=fooAndrew Bartlett1-1/+1
2007-10-10r12730: Reimplement --parameter-name, and bring in common samba options.Andrew Bartlett1-7/+12
2007-10-10r12729: Implement the --section-name option, for dumping only one section.Andrew Bartlett1-3/+22
2007-10-10r12728: Revive testparm.Andrew Bartlett2-0/+234