summaryrefslogtreecommitdiffstats
path: root/source4/utils
Commit message (Collapse)AuthorAgeFilesLines
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1013-39/+26
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r22607: work with the solaris version of poptStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit c992e882b53525fea995c68be668ba939671139c)
* r21564: Move ndrdump to librpc/tools.Jelmer Vernooij2007-10-102-430/+0
| | | | (This used to be commit e3cc94e7d175824abce16c377e5180b4756543cf)
* r21334: compare the original buffer and the validated one byte by byteStefan Metzmacher2007-10-101-2/+30
| | | | | | | and print out the first mismatch metze (This used to be commit 6ac574660a0656341d7a311738d20b328f31ff78)
* r21333: fix POPT handling in ndrdumpStefan Metzmacher2007-10-101-7/+23
| | | | | | | make --validate, --dump-data work again metze (This used to be commit 654acc67344c097106b2f9859b5cbd973d95340f)
* r19678: Fix the build for now (ugly hack because of circular dependencies)Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 0953bb7d5f2f2a81688f5421e1fbfa3bc38aa810)
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+4
| | | | | | | | | Break up auth/auth.h not to include the world. Add credentials_krb5.h with the kerberos dependent prototypes. Andrew Bartlett (This used to be commit 2b569c42e0fbb596ea82484d0e1cb22e193037b9)
* r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch byJelmer Vernooij2007-10-101-1/+2
| | | | | Kai Blin. (This used to be commit d599bb8f98c01459dfbafe041f481d301316057c)
* r19555: Silently ignore --use-cached-creds for compatibility with Samba3's ↵Jelmer Vernooij2007-10-101-0/+3
| | | | | | | ntlm_auth. Patch by Kai Blin. (This used to be commit 2167552b9a869c408c5ba17dcba3367241934767)
* r19463: Make it clear what argument is incorrectAndrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit a28a17c50853ccd4d7b2122497d3d18f0a6feed9)
* r18915: fix usage of popt, do make -W setting the recursive flag on SuSE 10.1Stefan Metzmacher2007-10-101-19/+58
| | | | | metze (This used to be commit 0fef3f807dd3e156970e315d83f5cb4a45e20d12)
* r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell2007-10-101-3/+1
| | | | | places to avoid a #ifdef (This used to be commit 095b8057740a4bb207e24e4c63a2dcb53521a72f)
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-104-4/+4
| | | | (This used to be commit 8b622c5ded0732df0eaf9f6226f52a27b6eacd73)
* r18121: Simplify m4 code, hopefully fix Samba4 build problems.Jelmer Vernooij2007-10-102-5/+5
| | | | (This used to be commit 1adf65b4d7c5d2d4f65d4b28575bdf2368a42139)
* r18117: first steps in making samba4 use libreplaceAndrew Tridgell2007-10-102-5/+5
| | | | (This used to be commit c079cedb084d621c5a0aac59310b237ba375df20)
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | configure check for the interfaces. should fix the build on some old sun boxes metze (This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467)
* r17577: Patch from Kai Blin <kai.blin@gmail.com>:Andrew Bartlett2007-10-101-1/+62
| | | | | | | | | | | | | | This is the Samba4 version of the ntlm_auth patch that was committed to Samba3 in revision 17216. The purpose of this patch is to return session key information, as well as NTLMSSP negotiated flags to ntlm_auth's caller. This allows the bulk data signing and sealing to be handled in a library, supplied by the caller. This also allows the caller to ask for features, so that the right flags get negotiated. (This used to be commit eb28aff4e0c9688ba886c3dd886ab7af81c6326a)
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-102-2/+17
| | | | | | | | | | and gensec_server_start(). calling them with NULL for event context or messaging context is no longer allowed! metze (This used to be commit 679ac74e71b111344f1097ab389c0b83a9247710)
* r16824: Rename Ethereal -> Wireshark (patch from Joerg Mayer)Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit a789aa468b2b2b631289dd65888b352de46ad900)
* r16051: Move the XATTR compatability code into a new file, so I can use it forAndrew Bartlett2007-10-102-16/+4
| | | | | | | the getntacl utility. Andrew Bartlett (This used to be commit b1e0d4747b412929e1d4e24d6d9e504df3ddc824)
* r15941: We don't use call levels, at the moment. Remove them until we do.Rafal Szczesniak2007-10-101-2/+0
| | | | | rafal (This used to be commit 592387a769521d221a89d374ef72c6123160cfed)
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-102-2/+2
| | | | | | | Split of system/locale.h header from system/iconv.h Previously, iconv wasn't being used on these systems (This used to be commit aa6d66fda69779d1c2948a1aca85dbd5208f1cba)
* r15490: Typo fixes and remove long forgotten commented piece.Rafal Szczesniak2007-10-102-8/+3
| | | | | rafal (This used to be commit a2f6dc786031aa368b0398c21baf18cf82375c46)
* r15384: Improve naming of socket library, disable Requires(.private)? fields ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | in pkg-config files for now as they break external projects. (This used to be commit f919fd6655f00361691e676d260bd40e0b8ddcc7)
* r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | -lsocket on SUN boxes. (This used to be commit c95ad11307dc89384c10bd5919817bf12d9c1ed9)
* r15363: Fix dependencies for shared libraryJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit f2ca71f1229f4c20296895116c09bacbd6a53b55)
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2007-10-101-1/+2
| | | | (This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-102-2/+2
| | | | | | Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary (This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-3/+7
| | | | | | | | | | Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. (This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
* r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil ↵Jelmer Vernooij2007-10-102-1/+31
| | | | | | doesn't need ldb (This used to be commit 137ace965e3477c4d92dfd33758d59db346acbcf)
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-102-8/+7
| | | | | for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
* r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from ↵Jelmer Vernooij2007-10-101-6/+40
| | | | | | .so files. (This used to be commit eb34d5b8b108c480876fdc1c01de900305f84568)
* r14982: mark a deliberate missing breakAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 3b66cf35a783a1524e21b3f99125eb032968969e)
* r14858: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-102-5/+6
| | | | | metze (This used to be commit 152e7e3d024cbc1ae60f8595507d39b647551a71)
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-102-13/+13
| | | | | subsystems in case a library doesn't make sense. (This used to be commit ed382873fd01457a53e0a1e1f5ba6753dfbc0646)
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-103-0/+4
| | | | (This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-103-1/+3
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1a16a6f1dfa66499af43a6b88b3ea69a6a75f1fe)
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-102-0/+2
| | | | (This used to be commit 98c4c3051391c6f89df5d133665f51bef66b1563)
* r14110: make ndr interface parsing code libraries,Stefan Metzmacher2007-10-101-2/+2
| | | | | | | so it will not included in multiple modules or binaries metze (This used to be commit 13c105974744c510a62a7c8db2230b60c11b2315)
* r13932: fix dependencyStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 93c77bf14b73b837503fbbde4ec3e16f7eac1e9a)
* r13930: this tools are currently just oneliners, which depend on printf()Stefan Metzmacher2007-10-101-9/+2
| | | | | metze (This used to be commit f4e1855dec2c985854e79b3799131d8314ca1e4d)
* r13928: fix dependencyStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit ad83fc46bfdde548e9c8c03ad1fbb56e43d43467)
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-102-0/+3
| | | | | file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
* r13904: Make sure LDB gets initializedJelmer Vernooij2007-10-101-0/+3
| | | | (This used to be commit 4339e3e7d746d2fcb16ce2662a22a880e426367b)
* r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij2007-10-101-1/+2
| | | | | | but modules don't work yet.. (Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status) (This used to be commit ba74f24e422eda0379615f2ab39bef1e1e025ce7)
* r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell2007-10-101-0/+1
| | | | | | specifically ask for iface_n_bcast() and have to check if it returns NULL, in which case it is a non-broadcast interface (This used to be commit d004e250b6710251ea089ac242775481f13b5c2b)
* r13149: DEBUG is a bad choice for 'net', it should print to stderrAndrew Bartlett2007-10-101-3/+3
| | | | | Andrew Bartlett (This used to be commit 4dd6afa6d167fd04c1c3d4b4529b1cecf27eacaa)
* r13073: Add manpage for getntacl, disable setntaclJelmer Vernooij2007-10-102-1/+48
| | | | (This used to be commit 656e202233ff11b162a1137150faaaec68d74d2f)