summaryrefslogtreecommitdiff
path: root/source4/libnet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-201-3/+4
|\
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+2
| * Use src dir.Jelmer Vernooij2008-05-181-2/+2
| * Use variables for source path in libnet/ and scripting/python.Jelmer Vernooij2008-05-181-2/+2
* | Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-163-24/+28
|/
* libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin2008-04-242-24/+84
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-4/+4
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-175-6/+9
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-2/+5
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-143-12/+16
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-142-12/+14
| |\
| | * Fix problems with event context not being the parent.Simo Sorce2008-04-142-12/+14
| * | Ensure we initialise s->lp_ctx for the way into the provision.Andrew Bartlett2008-04-141-0/+2
| |/
* | Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-33/+11
|/
* Use the python-provided ldb and lp_ctx pointers in libnet_vampire.cAndrew Bartlett2008-04-111-29/+6
* Link the new vampire code togeather.Andrew Bartlett2008-04-093-13/+43
* Factor out filling in the secrets database.Andrew Bartlett2008-04-092-80/+133
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-095-4890/+80
|\
| * Add manually written Python binding for libnet_Join.Jelmer Vernooij2008-04-085-4890/+80
* | Start implementation of real 'net vampire' code.Andrew Bartlett2008-04-096-375/+1120
|/
* Reduce the number of installed headers.Jelmer Vernooij2008-04-021-4/+4
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
* swig: regenerate _wrap.c filesStefan Metzmacher2008-03-141-30/+30
* Report binding in libnet failure message.Andrew Bartlett2008-03-131-1/+4
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-4/+6
* Remove use of global_loadparm.Jelmer Vernooij2008-02-281-1/+2
* Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij2008-02-283-3/+5
|\
| * Remove more global_loadparm instance.sJelmer Vernooij2008-02-213-3/+5
* | Ensure we don't try and set the acct_flags if they are 0 (meaningAndrew Bartlett2008-02-282-1/+9
|/
* Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-111-1/+1
* Remove the forced 'krb5' from the NET-API-BECOME-DC test.Andrew Bartlett2008-02-091-2/+2
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-12/+13
* python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij2008-01-221-1/+1
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-211-4/+1
* libnet: Rename a variable so it does not shadow a global.Kai Blin2008-01-111-4/+5
* r26693: Add (untested) libnet_rpc_groupdel function.Rafal Szczesniak2008-01-082-10/+194
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-052-4/+4
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-13/+14
* r26633: A couple of fixes in comments.Rafal Szczesniak2007-12-301-7/+9
* r26632: Add libnet_CreateGroup function.Rafal Szczesniak2007-12-302-16/+226
* r26624: libnet/python: Use standard function for constructing context, allow ...Jelmer Vernooij2007-12-283-61/+178
* r26619: Add Python bindings for libnet. No tests yet and no way to set the pa...Jelmer Vernooij2007-12-284-0/+4774
* r26573: Fix warnings.Jelmer Vernooij2007-12-241-2/+2
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-212-19/+19
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-212-19/+19
* r26532: Fix mistake in assignment.Rafal Szczesniak2007-12-211-1/+1
* r26519: Add libnet_GroupList function. Totally untested (yet), butRafal Szczesniak2007-12-212-0/+270