summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-11-25add popt build dependencyAndrew Tridgell1-1/+1
2001-11-25move popt out of proto objsAndrew Tridgell1-2/+2
2001-11-25added HAVE_LDAP_H checkAndrew Tridgell1-2/+2
2001-11-25check for liblber separatelyAndrew Tridgell3-74/+116
2001-11-25#ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison1-22/+39
2001-11-25Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison1-6/+8
2001-11-25Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett4-0/+72
2001-11-25oops, I forgot to include the header fileAndrew Bartlett1-0/+2
2001-11-25Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett5-5/+148
2001-11-25Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett1-1/+1
2001-11-25I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison1-49/+58
2001-11-25Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett1-2/+2
2001-11-25better helpAndrew Tridgell1-1/+7
2001-11-25use generate_random_str()Andrew Tridgell1-47/+4
2001-11-25added "net ads user" and "net ads group" commandsAndrew Tridgell2-29/+80
2001-11-25added "net ads status" commandAndrew Tridgell2-29/+115
2001-11-25made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell3-5/+192
2001-11-25stop popt from doing its own intl stuffAndrew Tridgell1-16/+0
2001-11-25better auto-selection of realm and ldap serverAndrew Tridgell1-3/+4
2001-11-24added "net join" commandAndrew Tridgell19-251/+902
2001-11-24removed unused functionAndrew Tridgell1-18/+0
2001-11-24rewrote net.cAndrew Tridgell1-1260/+1071
2001-11-24And add the winbind module I missed in the last run.Andrew Bartlett2-0/+222
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett33-743/+1842
2001-11-24Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2-36/+11
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau5-8/+370
2001-11-23Sorry. I broke the build, missed on open_directory call.Jeremy Allison1-2/+2
2001-11-23return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau1-1/+1
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau8-95/+266
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison5-83/+184
2001-11-23Set type to NOTUSED if lookup fail.Jeremy Allison1-0/+1
2001-11-23Update some of the error mapping, based on on-the-wire observations of an NT4...Andrew Bartlett1-7/+7
2001-11-23Finally worked out why a enumerate trusted domains was returning aTim Potter3-12/+35
2001-11-23Added constants and error message for dos error code 1326 (logon failure).Tim Potter3-1/+14
2001-11-23Reference about SIDs from tpot.Martin Pool1-7/+13
2001-11-23More better now.Martin Pool1-4/+4
2001-11-23Got rid of that stupid parse_domain_user() warning when compilingTim Potter1-22/+0
2001-11-23Quieten gcc const warning.Martin Pool1-17/+21
2001-11-23Finish 1.45 by removing redundant sid->string conversion inMartin Pool1-14/+44
2001-11-23I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool1-1/+1
2001-11-23Don't initialise static pointers to NULL.Tim Potter1-1/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter27-60/+26
2001-11-23Fixed check machine account function.Tim Potter4-74/+63
2001-11-23Ignore *.po files.Tim Potter1-0/+1
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau6-17/+164
2001-11-22Removed unused variable.Tim Potter1-1/+0
2001-11-22Oops - opening wrong pipe name in cli_lsa_initialise() helper function.Tim Potter1-1/+1
2001-11-22fixing enum_privs and get_dispname server code.Jean-François Micouleau1-20/+20
2001-11-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau3-0/+106
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau4-1/+152