summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdbAndrew Bartlett2002-01-271-5/+10
* merge from APPLIANCE_HEADGerald Carter2002-01-262-38/+4
* - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-262-49/+72
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-265-33/+24
* Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett2002-01-261-10/+23
* Make a talloc'ed copy of this strings so we can pass the right kind of pointerAndrew Bartlett2002-01-261-1/+5
* Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett2002-01-261-31/+24
* Add the become_root()/unbecome_root() wrapper around the lookup_name() call,Andrew Bartlett2002-01-261-1/+9
* Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett2002-01-262-6/+13
* We may as well not use these temporary variables - they are only used once andAndrew Bartlett2002-01-261-3/+1
* local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett2002-01-261-5/+3
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-269-149/+56
* Allow a winbind client to obtain the server's domain name.Andrew Bartlett2002-01-261-1/+13
* Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett2002-01-261-12/+0
* This always points at a string literal, so it probably should be 'const'.Andrew Bartlett2002-01-261-1/+1
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-263-25/+20
* fix typoAndrew Bartlett2002-01-261-1/+1
* The new plugable password backend system needs to be initialised afterAndrew Bartlett2002-01-261-5/+5
* These changes commited on a 'no less broken' basis.Andrew Bartlett2002-01-261-7/+5
* Try to get the compiler not to complain about assignments and truth values...Andrew Bartlett2002-01-261-2/+1
* Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett2002-01-262-29/+62
* Add some information tidbits to an error DEBUG().Andrew Bartlett2002-01-261-1/+1
* Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-263-36/+37
* that's the wins replication daemon !Jean-François Micouleau2002-01-258-2/+2789
* rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-254-267/+683
* Change this code so that we don't do a lookup_name() on root.Andrew Bartlett2002-01-251-11/+3
* Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough2002-01-253-5/+24
* Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-253-4/+14
* Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison2002-01-251-3/+20
* new message type for nmbdJean-François Micouleau2002-01-251-0/+1
* remove unused variableJean-François Micouleau2002-01-251-1/+0
* picky about reallocJean-François Micouleau2002-01-251-5/+6
* merge from 2.2Gerald Carter2002-01-251-1/+1
* Passdb changes:Andrew Bartlett2002-01-253-11/+30
* Fix a 'const' warning.Andrew Bartlett2002-01-251-1/+1
* Bring auth_winbind into line with the protocol changesAndrew Bartlett2002-01-251-0/+3
* micro fix :-)Simo Sorce2002-01-251-0/+1
* Removed dodgy init of local variable.Tim Potter2002-01-251-1/+1
* Return correct RPC fault PDU on bad handle incoming.Jeremy Allison2002-01-253-0/+15
* Much more useful handling of backup domain controllers in winbindd. HonourTim Potter2002-01-251-25/+51
* Remove check for passwordserver = "*" as we now initialise it.Tim Potter2002-01-251-1/+6
* Initialise password server to "*" in init_globals()Tim Potter2002-01-251-0/+1
* Removed unused static variable.Tim Potter2002-01-251-1/+0
* minor fixesSimo Sorce2002-01-254-12/+15
* handle filenames like .bashrc better in the new mangling codeAndrew Tridgell2002-01-241-8/+12
* Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough2002-01-231-1/+2
* Oops...Andrew Bartlett2002-01-231-1/+1
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-236-13/+27
* Change the order of this a bit - as unix password change can fail.Andrew Bartlett2002-01-231-11/+12
* Sync up startpageprinter with appliance.Tim Potter2002-01-231-5/+5