summaryrefslogtreecommitdiffstats
path: root/source4/utils/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* s4/net: Pass all arguments through to the Python commands.Jelmer Vernooij2009-12-291-12/+14
* s4/net: Use d_printf consistently when reporting errors.Jelmer Vernooij2009-12-291-3/+4
* s4/net: Support parsing arguments in Python commands.Jelmer Vernooij2009-12-291-14/+51
* net: Support usage/help of subcommands implemented in Python.Jelmer Vernooij2009-12-291-14/+56
* net: Support implementing subcommands in python.Jelmer Vernooij2009-12-291-3/+68
* s4:net utility - add a notice for the "help" operation and format it's output...Matthias Dieter Wallnöfer2009-11-271-1/+6
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-281-2/+2
* Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"Stefan Metzmacher2009-07-271-2/+2
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-271-2/+2
* added a missing linefeedAndrew Tridgell2009-02-241-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Add "net machinepw"Volker Lendecke2008-11-221-0/+2
* Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij2008-11-021-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-1/+0
* Avoid event_find_context() when the event context is already availableJelmer Vernooij2008-04-161-0/+1
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-6/+12
* Link the new vampire code togeather.Andrew Bartlett2008-04-091-1/+2
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij2007-12-211-0/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* 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
* r15490: Typo fixes and remove long forgotten commented piece.Rafal Szczesniak2007-10-101-7/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r13904: Make sure LDB gets initializedJelmer Vernooij2007-10-101-0/+3
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-2/+1
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* 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
* r8752: With all the infrustructure done, details like a SamSync migrationAndrew Bartlett2007-10-101-0/+1
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-101-6/+1
* r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett2007-10-101-0/+1
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-101-3/+1
* r5424: Automatically generate basic help display on basis of nameRafal Szczesniak2007-10-101-50/+31
* r5381: Added net_user.c with net tool interface for managing user accounts.Rafal Szczesniak2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4722: Start to add 'net join' to Samba4.Andrew Bartlett2007-10-101-1/+1
* r4201: Remove duplicate const.Tim Potter2007-10-101-1/+1
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell2007-10-101-1/+2
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+1
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
* r3478: split out some more pieces of includes.hAndrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r2066: add 'net time' commandStefan Metzmacher2007-10-101-0/+1
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-101-10/+3
* r1915: use popt's cmdline_auth_info to fill the net_contextStefan Metzmacher2007-10-101-10/+20
* r1914: use common popt stuff in netStefan Metzmacher2007-10-101-9/+8