summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/util.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett1-2/+2
2008-07-09dsdb: eliminate disards qualifyer compile warning.Michael Adam1-1/+1
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-0/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-2/+3
2008-03-25Remove pointless castAndrew Bartlett1-1/+1
2008-03-25Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett1-3/+2
2008-03-13Don't search the whole tree for the domains's sidAndrew Bartlett1-4/+18
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett1-1/+1
2008-03-07Treat maxPwdAge == 0 as passwords never expire.Andrew Kroeger1-1/+1
2008-03-07Add samdb_result_account_expires() function.Andrew Kroeger1-0/+24
2008-02-29Fix typo.Jelmer Vernooij1-1/+1
2008-02-29Simplify the 'password must change' logicAndrew Bartlett1-22/+17
2008-02-28Generate ACB_PW_EXPIRED correctlyAndrew Bartlett1-4/+30
2008-01-06r26679: It is very bad to free the ldb handle when you didn't create it...Andrew Bartlett1-1/+1
2008-01-03r26648: Move detection of global catalog captability to a central function, soAndrew Bartlett1-0/+36
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+2
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+4
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-0/+1895