summaryrefslogtreecommitdiff
path: root/source3/sam
AgeCommit message (Expand)AuthorFilesLines
2003-05-14*****LDAP schema changes*****Gerald Carter1-4/+4
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-2/+0
2003-05-03This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+377
2003-05-03fixes to *_util.c filesSimo Sorce1-13/+48
2003-05-02shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce1-1/+1
2003-05-01fix wrong debug messages in idmap_util.cSimo Sorce1-2/+2
2003-05-01init wellknown in pdbedit tooSimo Sorce1-24/+20
2003-05-01proper wellknown sids initialization at startupSimo Sorce1-0/+46
2003-05-01This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+655
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce3-102/+128
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce2-94/+168
2003-04-30auto-init for utility functionsSimo Sorce1-0/+18
2003-04-29This is a nice rewrite:Simo Sorce2-16/+19
2003-04-29forgot to add the file where things movedSimo Sorce1-0/+189
2003-04-29consolidate idmap code in one placeSimo Sorce1-1/+1
2003-04-27make winbind use idmap as well.Simo Sorce2-159/+3
2003-04-26enhancementsSimo Sorce1-5/+27
2003-04-26add idmap only parameterSimo Sorce1-0/+29
2003-04-24Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij1-3/+3
2003-04-19fixesSimo Sorce2-5/+18
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2-5/+8
2003-04-16NTSTATUS strings are much more use than raw numbers...Andrew Bartlett1-2/+2
2003-04-08some more debugging in case of failureSimo Sorce2-3/+4
2003-04-06fix commitSimo Sorce1-2/+2
2003-04-06This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce2-150/+18
2003-04-05some more idmapping :)Simo Sorce1-18/+61
2003-04-04Fixed compiler warning.Tim Potter1-1/+1
2003-04-02THE Idmap patch :-)Simo Sorce3-85/+170
2003-03-22- Use FUNCTION_MACRO, not __FUNCTION__.Jelmer Vernooij1-2/+2
2003-03-08more on idmapSimo Sorce2-69/+192
2003-03-08some more codeSimo Sorce2-0/+472
2003-03-07initial work for the new idmpa interfaceSimo Sorce1-0/+145
2003-03-07Some progress towards gums and tdbsam2Simo Sorce4-210/+1076
2002-12-28some more work on gums.Simo Sorce3-36/+533
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison6-10/+10
2002-12-16updates to the gumsSimo Sorce2-90/+539
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter1-1/+1
2002-12-03use FILE_MACRO instead of __FILE__Herb Lewis3-42/+42
2002-10-29Remove SAM from 3.0 - it belongs in HEADJelmer Vernooij9-3502/+0
2002-10-22Some was asking to look at this code, so better it stay there until we decide...Simo Sorce4-0/+1622
2002-10-21Sync with metze's CVS treeJelmer Vernooij1-79/+253
2002-10-14Don't use SAM FLAGS from smb.h since they're gone - patch from metzeJelmer Vernooij2-32/+3
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce1-2/+2
2002-10-02strchr -> strrchrJelmer Vernooij1-1/+1
2002-09-29Remove sam/api.c.Andrew Bartlett2-773/+547
2002-09-29Updates for sam_ads by metze - add the start of domain policy searching, and aAndrew Bartlett1-25/+150
2002-09-28Fix typos + report FIXMEJelmer Vernooij1-5/+5
2002-09-28Back out one of the API changes, now I recall how it was meant to work.Andrew Bartlett4-6/+258
2002-09-28Add the beginings of sam_ads to the tree.Andrew Bartlett3-17/+1100