summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-02-21couple of merges from APP_HEADGerald Carter2-5/+26
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
2003-02-21Fix IRIX build...void fn can't return another void fnJim McDonough1-1/+2
2003-02-21Fix IRIX build...void fn can't return another void fnJim McDonough1-1/+2
2003-02-21rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio...Jim McDonough2-27/+27
2003-02-21Added comments to make it clearer when we're assigning a pointer that itJeremy Allison1-0/+12
2003-02-21Added comments to make it clearer when we're assigning a pointer that itJeremy Allison1-0/+12
2003-02-21Ignore errors on python_clean target.Tim Potter1-1/+1
2003-02-21Ignore errors on python_clean target.Tim Potter1-1/+1
2003-02-21Doesn't anyone run ./configure.developer anymore?Tim Potter1-1/+1
2003-02-21Fix another compiler warning.Tim Potter1-1/+0
2003-02-21Fixed another compiler warning.Tim Potter1-1/+1
2003-02-21Fixed compiler warning.Tim Potter2-2/+1
2003-02-21Added enumdomusers command.Tim Potter1-0/+75
2003-02-21Exit path cleanup for cli_samr_enum_dom_users()Tim Potter1-34/+18
2003-02-21Fix for only specifying one command with -cTim Potter1-1/+4
2003-02-21Doxygen janitorMartin Pool1-3/+10
2003-02-20From aliguori@us.ibm.com:Jim McDonough5-438/+738
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij4-15/+15
2003-02-20Added Volkers "print server role" patch.Jeremy Allison1-0/+22
2003-02-20Added Volkers "print server role" patch.Jeremy Allison1-0/+22
2003-02-20Compile in lib/module.oJelmer Vernooij1-1/+1
2003-02-20Merge in smb_load_module() function from HEADJelmer Vernooij1-24/+0
2003-02-20Remove obsolete filesJelmer Vernooij2-1699/+0
2003-02-20Remove obsolete filesJelmer Vernooij3-3038/+0
2003-02-20Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison1-1/+24
2003-02-20Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison1-0/+19
2003-02-20For a number of months now, support for being a domain member without alsoAndrew Bartlett1-25/+14
2003-02-20Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.Andrew Bartlett1-18/+14
2003-02-20for some (very weird) reason, the domain I was testing aginst would notAndrew Bartlett1-0/+4
2003-02-20DocMartin Pool1-1/+1
2003-02-20(Merge from APPLIANCE_HEAD)Martin Pool1-1/+4
2003-02-20(Merge from APPLIANCE_HEAD)Martin Pool1-0/+3
2003-02-19Merge typo fix.Tim Potter1-1/+1
2003-02-19Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter2-15/+10
2003-02-19Merge cleanups of return values.Tim Potter1-5/+5
2003-02-19Merge some random looking setenv related kerberos stuff that makesTim Potter1-4/+9
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter20-255/+222
2003-02-19Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison1-19/+27
2003-02-19Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison1-19/+27
2003-02-19correct init, tx StefanSimo Sorce1-1/+2
2003-02-19correct init for vfs.conn, thanks StefanSimo Sorce1-1/+2
2003-02-19libads/krb5_setpw.cJim McDonough1-1/+2
2003-02-19Sync with HEAD for verifying kerberos tickets.Jim McDonough4-20/+70
2003-02-19Can't return SAFE_FREE...put on its own line.Jim McDonough1-1/+2
2003-02-19Correct way to keep fucntion from proto.hJim McDonough2-8/+5
2003-02-19Fix segv in net ads join...an extra & was the culpritJim McDonough1-1/+1
2003-02-19Fix segv in net ads join...an extra & was the culpritJim McDonough1-1/+1
2003-02-19Improve detection of iconv(3) for various platforms. M4 code is similar to wh...Alexander Bokovoy3-17/+140