summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-08Migrate 'net export keytab' to python.Jelmer Vernooij1-1/+0
2010-04-06s4:net tool - add a "discard_const_p" to suppress the "PySys_SetArgv" warningMatthias Dieter Wallnöfer1-1/+1
2010-02-12s4:net/drs: use the full path to "utils/net/drs/net_drs*.h"Stefan Metzmacher1-1/+1
2010-02-11s4/net_drs: 'net drs' utility initial creationKamen Mazdrashki1-0/+2
2010-02-03net: Fix python 2.4 compatibility.Jelmer Vernooij1-0/+5
2010-01-21s4: Include Python.h early to avoid double definition errors.Jelmer Vernooij1-1/+1
2009-12-31net: Allow Python commands to return None instead of 0.Jelmer Vernooij1-1/+8
2009-12-31net: Allow python subcommands to provide commands that are not recognized byJelmer Vernooij1-22/+27
2009-12-29net: Make arguments available to python commands as sys.argv.Jelmer Vernooij1-0/+1
2009-12-29s4/net: Allow options before arguments for Python commands.Jelmer Vernooij1-2/+2
2009-12-29s4/net: Pass all arguments through to the Python commands.Jelmer Vernooij1-12/+14
2009-12-29s4/net: Use d_printf consistently when reporting errors.Jelmer Vernooij1-3/+4
2009-12-29s4/net: Support parsing arguments in Python commands.Jelmer Vernooij1-14/+51
2009-12-29net: Support usage/help of subcommands implemented in Python.Jelmer Vernooij1-14/+56
2009-12-29net: Support implementing subcommands in python.Jelmer Vernooij1-3/+68
2009-11-27s4:net utility - add a notice for the "help" operation and format it's output...Matthias Dieter Wallnöfer1-1/+6
2009-07-28s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett1-2/+2
2009-07-27Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"Stefan Metzmacher1-2/+2
2009-07-27s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett1-2/+2
2009-02-24added a missing linefeedAndrew Tridgell1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-11-22Add "net machinepw"Volker Lendecke1-0/+2
2008-11-02Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij1-1/+1
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-1/+0
2008-04-16Avoid event_find_context() when the event context is already availableJelmer Vernooij1-0/+1
2008-04-14Fix problems with event context not being the parent.Simo Sorce1-6/+12
2008-04-09Link the new vampire code togeather.Andrew Bartlett1-1/+2
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+1
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