summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_samsync_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-10s4-netlogon: change parameters string to lsa_BinaryString.Günther Deschner1-1/+5
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-07-21Rename structures to better match the names in the WSPP IDL.Andrew Bartlett1-1/+1
2008-07-15Use secrets.ldb to store credentials to contact LDAP backend.Andrew Bartlett1-6/+4
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-0/+2
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+2
2007-12-21r26328: remove more uses of global_loadparm.Jelmer Vernooij1-3/+3
2007-12-21r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij1-1/+1
2007-12-21r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett1-8/+8
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-4/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-6/+6
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-2/+6
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25048: From the archives (patch found in one of my old working trees):Andrew Bartlett1-5/+12
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21362: rename:Stefan Metzmacher1-4/+4
2007-10-10r21300: let the caller decide if it wants rid decrypted hashes or notStefan Metzmacher1-0/+1
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-19/+19
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-12/+15
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-1/+1
2007-10-10r19308: Merge samsync fixes from SAMBA_4_0_RELEASEAndrew Bartlett1-7/+12
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r14983: fix an uninitialised varAndrew Tridgell1-1/+1
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r12928: This patch improves the interaction between the vampire and provsion ...Andrew Bartlett1-1/+2
2007-10-10r12926: Syncronsise GUIDs on users and domains from the server. These alsoAndrew Bartlett1-56/+78
2007-10-10r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect toAndrew Bartlett1-46/+118
2007-10-10r12894: Add more detail to error messages.Andrew Bartlett1-4/+12
2007-10-10r12893: Filling in *error_string is critical for SWAT, as the errors otherwiseAndrew Bartlett1-182/+215
2007-10-10r12865: Upgrade the librpc and libnet code.Andrew Bartlett1-35/+10
2007-10-10r12719: Rename unicodePwd -> sambaPassword.Andrew Bartlett1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-4/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+3
2007-10-10r12538: Clarify why we are doing the delete here.Andrew Bartlett1-1/+2
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell1-5/+2
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-3/+1
2007-10-10r9654: introduce the samdb_search_dn callSimo Sorce1-5/+3
2007-10-10r9643: fixed samsync code for the new dn explode semanticsAndrew Tridgell1-17/+15
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce1-15/+6
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-42/+76
2007-10-10r8981: Add comments, fix typos (in attribute names) and check for errors inAndrew Bartlett1-4/+4
2007-10-10r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett1-11/+130
2007-10-10r8775: More SamSync work. This is really just mechanical...Andrew Bartlett1-5/+264