index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libnet
/
libnet_join.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:provision Use code to store domain join in 'net join' as well
Andrew Bartlett
2009-09-20
1
-266
/
+20
*
s4: fixed the secrets.ldb construction in libnet
Andrew Tridgell
2009-09-07
1
-8
/
+8
*
s4:libnet: use talloc_strdup() instead of talloc_reference()
Stefan Metzmacher
2009-07-31
1
-1
/
+1
*
use the new talloc_reparent in two places
Andrew Tridgell
2009-07-01
1
-1
/
+1
*
s4:libnet Allow 'net password change' to work on expired passwords
Andrew Bartlett
2009-06-18
1
-1
/
+1
*
Fix compiler warnings in libnet.
Jelmer Vernooij
2008-12-23
1
-0
/
+2
*
s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)
Günther Deschner
2008-11-10
1
-3
/
+5
*
s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)
Günther Deschner
2008-11-10
1
-1
/
+3
*
s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)
Günther Deschner
2008-11-10
1
-3
/
+6
*
s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python)
Günther Deschner
2008-11-10
1
-1
/
+3
*
s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.
Günther Deschner
2008-10-18
1
-23
/
+37
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
2008-09-23
1
-4
/
+2
*
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
2008-06-14
1
-1
/
+1
*
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
1
-1
/
+1
*
Factor out filling in the secrets database.
Andrew Bartlett
2008-04-09
1
-80
/
+116
*
libnet: Rename a variable so it does not shadow a global.
Kai Blin
2008-01-11
1
-4
/
+5
*
r26409: Pass smb ports along.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26328: remove more uses of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-5
/
+5
*
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
2007-12-21
1
-2
/
+3
*
r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just
Andrew Bartlett
2007-12-21
1
-1
/
+1
*
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r21175: Fix the kerberos keytab update code to handle deletes.
Andrew Bartlett
2007-10-10
1
-28
/
+0
*
r21141: Attempt to fix the build
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r20964: Show the domain name we figured out, rather than a null pointer (in
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r20397: Another user of the DsCrackNames call needs a rename following IDL cl...
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r20294: Without this we don't do the ADS join against Win2k3 SP1
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r20205: remove unused var
Stefan Metzmacher
2007-10-10
1
-2
/
+0
*
r20113: Update the DRSUAPI CrackNames test to explore a few more cases, and in
Andrew Bartlett
2007-10-10
1
-4
/
+7
*
r20102: Do not reference remote_ldb before we initialise it. This should fix
Andrew Bartlett
2007-10-10
1
-8
/
+8
*
r20099: Add some comments, and correct others.
Andrew Bartlett
2007-10-10
1
-2
/
+4
*
r19934: - allow to pass a samr_UserInfo21 struct to be passed to libnet_SetPa...
Stefan Metzmacher
2007-10-10
1
-25
/
+11
*
r19832: better prototypes for the linearization functions:
Simo Sorce
2007-10-10
1
-3
/
+3
*
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
2007-10-10
1
-7
/
+7
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19309: Split out checks for LDB_SUCCESS from checks for the expected number
Andrew Bartlett
2007-10-10
1
-3
/
+11
*
r19299: Fix possible memleaks
Simo Sorce
2007-10-10
1
-0
/
+1
*
r19266: Add a target_hostname element to the binding struct. This allows us
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r19261: Fix use of unitialised variables. (The binding string is used, if not
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r18609: error_string should not contain newlines.
Günther Deschner
2007-10-10
1
-14
/
+14
*
r17954: Avoid including \n in error strings (left over from DEBUG() conversion).
Andrew Bartlett
2007-10-10
1
-12
/
+18
*
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2007-10-10
1
-1
/
+1
[next]