summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij1-0/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
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 Vernooij1-1/+1
2007-10-10r15490: Typo fixes and remove long forgotten commented piece.Rafal Szczesniak1-7/+2
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r13904: Make sure LDB gets initializedJelmer Vernooij1-0/+3
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-2/+1
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r10316: More dynconfig fixesJelmer Vernooij1-1/+0
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-2/+2
2007-10-10r8752: With all the infrustructure done, details like a SamSync migrationAndrew Bartlett1-0/+1
2007-10-10r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett1-6/+1
2007-10-10r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett1-0/+1
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij1-3/+1
2007-10-10r5424: Automatically generate basic help display on basis of nameRafal Szczesniak1-50/+31
2007-10-10r5381: Added net_user.c with net tool interface for managing user accounts.Rafal Szczesniak1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4722: Start to add 'net join' to Samba4.Andrew Bartlett1-1/+1
2007-10-10r4201: Remove duplicate const.Tim Potter1-1/+1
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-1/+1
2007-10-10r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell1-1/+2
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-0/+1
2007-10-10r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell1-0/+1
2007-10-10r3478: split out some more pieces of includes.hAndrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r2066: add 'net time' commandStefan Metzmacher1-0/+1
2007-10-10r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher1-10/+3
2007-10-10r1915: use popt's cmdline_auth_info to fill the net_contextStefan Metzmacher1-10/+20
2007-10-10r1914: use common popt stuff in netStefan Metzmacher1-9/+8
2007-10-10r1880: bugger, now I have used gcc 3.4.1 myself and have statements before de...Stefan Metzmacher1-7/+6
2007-10-10r1879: - add a user sub struct in net_contextStefan Metzmacher1-21/+63
2007-10-10r1877: since make proto catches all functionsStefan Metzmacher1-1/+0
2007-10-10r1876: rewrite net command completelyStefan Metzmacher1-529/+77
2007-10-10r1875: - move 'net' code into a subdirStefan Metzmacher1-0/+642