summaryrefslogtreecommitdiffstats
path: root/source4/utils/net
Commit message (Expand)AuthorAgeFilesLines
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-107-21/+14
* r19463: Make it clear what argument is incorrectAndrew Bartlett2007-10-101-1/+1
* r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell2007-10-101-3/+1
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-1/+1
* r18121: Simplify m4 code, hopefully fix Samba4 build problems.Jelmer Vernooij2007-10-101-1/+1
* r18117: first steps in making samba4 use libreplaceAndrew Tridgell2007-10-101-1/+1
* r15941: We don't use call levels, at the moment. Remove them until we do.Rafal Szczesniak2007-10-101-2/+0
* r15490: Typo fixes and remove long forgotten commented piece.Rafal Szczesniak2007-10-102-8/+3
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-3/+3
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-102-1/+2
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-102-0/+2
* r13904: Make sure LDB gets initializedJelmer Vernooij2007-10-101-0/+3
* r13149: DEBUG is a bad choice for 'net', it should print to stderrAndrew Bartlett2007-10-101-3/+3
* r12928: This patch improves the interaction between the vampire and provsion ...Andrew Bartlett2007-10-101-1/+5
* r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett2007-10-101-0/+42
* r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'.Andrew Bartlett2007-10-101-1/+1
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-10/+13
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-2/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-103-3/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-3/+4
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+3
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r12423: Remove DEBUG(0) printouts in favor of more information to the caller.Andrew Bartlett2007-10-101-1/+3
* r12421: Handle the case where we are a joining as different account types far...Andrew Bartlett2007-10-101-4/+3
* r12411: Add 'net samdump keytab <keytab>'.Andrew Bartlett2007-10-101-0/+67
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-6/+6
* r10711: An error of 'user exists' is not an error, just an indication of howAndrew Bartlett2007-10-101-1/+1
* r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett2007-10-101-9/+15
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-2/+2
* r10316: More dynconfig fixesJelmer Vernooij2007-10-101-1/+0
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-2/+2
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-2/+2
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-101-0/+1
* r8847: Rework the Samba4 'net join' code. I'm trying to get this closer toAndrew Bartlett2007-10-101-6/+5
* r8752: With all the infrustructure done, details like a SamSync migrationAndrew Bartlett2007-10-102-0/+41
* r8748: fixed build. Andrew, please check.Andrew Tridgell2007-10-101-6/+4
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-105-12/+12
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-101-6/+1
* r7382: Convert net_user code so that is can be compiled againstRafal Szczesniak2007-10-101-5/+5
* r7249: Cope with struct member renameJelmer Vernooij2007-10-105-7/+7
* r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett2007-10-103-0/+70
* r5924: Use cli_credentials in libnet/.Jelmer Vernooij2007-10-104-16/+6
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-106-28/+23
* r5425: Convert function tables to new structure (with description)Rafal Szczesniak2007-10-103-46/+14
* r5424: Automatically generate basic help display on basis of nameRafal Szczesniak2007-10-101-50/+31