summaryrefslogtreecommitdiff
path: root/source4/rpc_server/samr
AgeCommit message (Expand)AuthorFilesLines
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-3/+3
2008-10-17Fix errrors in new password handling code found by RPC-SAMR.Andrew Bartlett1-2/+15
2008-10-16Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett1-38/+50
2008-10-15s4: merge from s3 samr.idl.Günther Deschner1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij2-2/+2
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-6/+6
2008-09-22Remove unused parameter from decode_pw_buffer and fail on invalidAndrew Bartlett1-6/+4
2008-07-21Rename structures to better match the names in the WSPP IDL.Andrew Bartlett1-33/+33
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2-5/+5
2008-03-14Rework our SAMR test and SAMR server.Andrew Bartlett2-25/+49
2008-03-13Rework SAMR functions to avoid gendb_search()Andrew Bartlett1-26/+38
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett1-1/+1
2008-02-28Check for and reject invalid account flags.Andrew Bartlett1-0/+14
2008-02-28Generate ACB_PW_EXPIRED correctlyAndrew Bartlett1-14/+14
2008-01-16Print out the reason we can't delete the user in SAMR.Andrew Bartlett1-0/+3
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-27/+27
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-27/+27
2007-12-21r26328: remove more uses of global_loadparm.Jelmer Vernooij2-6/+6
2007-12-21r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij1-1/+1
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-3/+4
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2-5/+5
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-2/+3
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-3/+3
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2-5/+6
2007-12-21r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett1-6/+6
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2-2/+2
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij1-5/+5
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25052: This missing 'break' caused problems on 32 bit platforms only, due toAndrew Bartlett1-0/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24973: Try to make it really clear we are dealing with 64 bit numbers here.Andrew Bartlett1-14/+14
2007-10-10r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuiteAndrew Bartlett1-5/+8
2007-10-10r24611: Following up on the re-opening of bug 4817 is it pretty clear thatAndrew Bartlett1-23/+22
2007-10-10r24082: Following the removal of a fanstsy condition from the SAMR testsuite,Andrew Bartlett1-7/+0
2007-10-10r24080: Set the primary group (matching windows) when creating new users inAndrew Bartlett1-0/+2
2007-10-10r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>.Andrew Bartlett1-155/+178
2007-10-10r24053: Ensure we filter EnumDomainUsers with the supplied mask.Andrew Bartlett1-12/+20
2007-10-10r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett1-4/+13
2007-10-10r23815: Thanks to Matthias Wallnoefer <mwallnoefer@yahoo.de> for pointing outAndrew Bartlett1-5/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell3-9/+6
2007-10-10r23365: Try to make Windows Vista join again. On my new test environment, itAndrew Bartlett1-2/+7
2007-10-10r21362: rename:Stefan Metzmacher1-3/+3
2007-10-10r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2-104/+104
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-17/+88
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-14/+8
2007-10-10r19903: This is a cut&paste error for sureSimo Sorce1-1/+0
2007-10-10r19902: give better errors...Stefan Metzmacher1-3/+32
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce2-19/+19
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce3-22/+23