summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/samr
Commit message (Expand)AuthorAgeFilesLines
* Check for and reject invalid account flags.Andrew Bartlett2008-02-281-0/+14
* Generate ACB_PW_EXPIRED correctlyAndrew Bartlett2008-02-281-14/+14
* Print out the reason we can't delete the user in SAMR.Andrew Bartlett2008-01-161-0/+3
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-27/+27
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-27/+27
* r26328: remove more uses of global_loadparm.Jelmer Vernooij2007-12-212-6/+6
* r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij2007-12-211-1/+1
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-3/+4
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-212-5/+5
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-2/+3
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-3/+3
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-212-5/+6
* r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett2007-12-211-6/+6
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-212-2/+2
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-5/+5
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25052: This missing 'break' caused problems on 32 bit platforms only, due toAndrew Bartlett2007-10-101-0/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24973: Try to make it really clear we are dealing with 64 bit numbers here.Andrew Bartlett2007-10-101-14/+14
* r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuiteAndrew Bartlett2007-10-101-5/+8
* r24611: Following up on the re-opening of bug 4817 is it pretty clear thatAndrew Bartlett2007-10-101-23/+22
* r24082: Following the removal of a fanstsy condition from the SAMR testsuite,Andrew Bartlett2007-10-101-7/+0
* r24080: Set the primary group (matching windows) when creating new users inAndrew Bartlett2007-10-101-0/+2
* r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>.Andrew Bartlett2007-10-101-155/+178
* r24053: Ensure we filter EnumDomainUsers with the supplied mask.Andrew Bartlett2007-10-101-12/+20
* r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett2007-10-101-4/+13
* r23815: Thanks to Matthias Wallnoefer <mwallnoefer@yahoo.de> for pointing outAndrew Bartlett2007-10-101-5/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-103-9/+6
* r23365: Try to make Windows Vista join again. On my new test environment, itAndrew Bartlett2007-10-101-2/+7
* r21362: rename:Stefan Metzmacher2007-10-101-3/+3
* r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2007-10-102-104/+104
* r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett2007-10-101-17/+88
* r20034: Start using ldb_search_exp_fmt()Simo Sorce2007-10-101-14/+8
* r19903: This is a cut&paste error for sureSimo Sorce2007-10-101-1/+0
* r19902: give better errors...Stefan Metzmacher2007-10-101-3/+32
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-102-19/+19
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-103-22/+23
* r19256: add missing infolevel and fields to SetUserInfo callRafal Szczesniak2007-10-101-23/+31
* r18775: Performing an ldb op of 'do nothing' is pointless, and breaks againstAndrew Bartlett2007-10-101-1/+1
* r18416: We need to look for both builtinDomain and domain, in the OpenDomain ...Andrew Bartlett2007-10-101-1/+1
* r18409: Make sure to print a DEBUG message if this LDB search fails.Andrew Bartlett2007-10-101-1/+5
* r18252: Make sure to NULL terminate these lists of attributes.Andrew Bartlett2007-10-101-7/+16
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-102-2/+2
* r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2007-10-101-3/+9
* r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell2007-10-102-10/+10
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-15/+15
* r16827: Factor out some code into common samdb functions:Andrew Bartlett2007-10-101-50/+6
* r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There areAndrew Bartlett2007-10-102-150/+704
* r16773: Fix one more RPC-SAMR test (an alias level), and make it clear thatAndrew Bartlett2007-10-101-5/+11
* r16772: Clarify comment.Andrew Bartlett2007-10-101-2/+2