summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_join.c
Commit message (Expand)AuthorAgeFilesLines
* s4-libnet: Remove libnet_Join and create libnet_Join_memberAndrew Bartlett2011-05-181-31/+5
* s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer2011-03-041-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4:libnet_JoinADSDomain - move away from "samdb_msg_add_string"Matthias Dieter Wallnöfer2010-12-031-7/+7
* s4:param/secrets.h - fix "enum netr_SchannelType" include correctlyMatthias Dieter Wallnöfer2010-11-271-1/+0
* s4:libnet_join.c - only write the really essential SPNsMatthias Dieter Wallnöfer2010-10-311-8/+7
* s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer2010-10-241-3/+2
* s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer2010-10-181-1/+0
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-171-0/+1
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-171-1/+0
* s4-rpc: added target_principal binding handle optionAndrew Tridgell2010-10-011-1/+1
* s4-libnet_join Use header constant for 'all encryption types' in msDS-Support...Andrew Bartlett2010-09-241-4/+3
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-4/+4
* s4:libnet_join Fix typo in msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-291-1/+1
* s4:libnet_join.c - always use LDB constantsMatthias Dieter Wallnöfer2010-06-241-5/+5
* s4:libnet When joining a domain, update msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-231-0/+32
* s4:provision Remove unused 'account_name' parameterAndrew Bartlett2010-05-181-1/+0
* s4:libnet/libnet_join: don't look at p->last_fault_code for debugging anymoreStefan Metzmacher2010-04-151-49/+20
* s4:libnet/libnet_join.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+30
* s4:libnet/libnet_join.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-13/+13
* s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-101-1/+1
* s4/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
* s4:libnet: use generate_random_password()Stefan Metzmacher2010-02-261-1/+1
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-161-1/+1
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-1/+1
* s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett2009-09-201-266/+20
* s4: fixed the secrets.ldb construction in libnetAndrew Tridgell2009-09-071-8/+8
* s4:libnet: use talloc_strdup() instead of talloc_reference()Stefan Metzmacher2009-07-311-1/+1
* use the new talloc_reparent in two placesAndrew Tridgell2009-07-011-1/+1
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-181-1/+1
* Fix compiler warnings in libnet.Jelmer Vernooij2008-12-231-0/+2
* s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner2008-11-101-3/+5
* s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner2008-11-101-1/+3
* s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner2008-11-101-3/+6
* s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python)Günther Deschner2008-11-101-1/+3
* s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2008-10-181-23/+37
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-4/+2
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* Factor out filling in the secrets database.Andrew Bartlett2008-04-091-80/+116
* libnet: Rename a variable so it does not shadow a global.Kai Blin2008-01-111-4/+5
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26328: remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-5/+5
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-2/+3
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-211-1/+1
* r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett2007-12-211-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-1/+1