summaryrefslogtreecommitdiff
path: root/source4/dsdb/common
AgeCommit message (Expand)AuthorFilesLines
2009-09-16s4-dsdb: treat uSNHighest as 0 if @REPLCHANGED doesn't existAndrew Tridgell1-0/+8
2009-09-13s4-dsdb: added dsdb_load_partition_usn and dsdb_save_partition_usnAndrew Tridgell1-0/+146
2009-09-12s4-kcc: we should only add to the repsFrom if it doesn't already existAndrew Tridgell1-0/+111
2009-09-06s4:dsdb/common/util.c - Copy parameters to prevent segfaultsMatthias Dieter Wallnöfer1-3/+8
2009-09-06s4:dsdb/common/util - Indentation fixesMatthias Dieter Wallnöfer1-4/+5
2009-09-04s4: fixed a missing NULL termination in a attribute list passed to ldb_searchAndrew Tridgell1-1/+1
2009-09-03added dsdb_find_guid_by_dn()Andrew Tridgell1-1/+21
2009-09-03added dsdb_find_dn_by_guid()Andrew Tridgell1-0/+78
2009-08-14s4: Remove obsolete "samdb_password_quality_ok" function (it's just a one-lin...Matthias Dieter Wallnöfer1-10/+1
2009-08-03Return infinite time for last last logoff when last logoff = 0Matthieu Patou1-0/+16
2009-07-13libds: merge the UF<->ACB flag mapping functions.Günther Deschner3-149/+4
2009-07-13libds: share UF_ flags between samba3 and 4.Günther Deschner4-140/+3
2009-07-09Add constAndrew Bartlett1-2/+2
2009-06-06Fix some nonempty blank linesVolker Lendecke1-41/+37
2009-05-25fixed interpretation of ACB_PWNOTREQAndrew Tridgell1-1/+6
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-1/+1
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-1/+1
2009-01-21Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-11-10s4-dsdb: add samdb_msg_add_parameters.Günther Deschner1-0/+11
2008-11-10s4-dsdb: add samdb_result_parameters.Günther Deschner1-0/+22
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-1/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+2
2008-10-17Fix errrors in new password handling code found by RPC-SAMR.Andrew Bartlett1-1/+1
2008-10-16Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett1-37/+51
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij2-2/+2
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-17/+12
2008-09-08Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett1-0/+1
2008-08-20Add schema search flags from MS-ADTSAndrew Bartlett1-0/+11
2008-07-23libnet_become_dc: send msDS_Behavior_Version == 3 (win2k8) in DsAddEntryMichael Adam1-0/+1
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-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-9/+10
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-02-05sidmap: Some source code cleanups.Kai Blin1-10/+12
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