summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-2713-528/+528
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-1/+1
* As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett2001-08-271-4/+0
* Spaces -> Tabs.Jeremy Allison2001-08-261-6/+7
* get rid of compiler warningsHerb Lewis2001-08-242-6/+6
* fix missing )Herb Lewis2001-08-241-1/+1
* let admins also abort a shutdownSimo Sorce2001-08-242-10/+53
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-241-1/+1
* so let admins shutdown their samba servers remotely if they want :-)Simo Sorce2001-08-232-0/+72
* Fix for filers sending -1 for the maximum read request length on theTim Potter2001-08-231-3/+7
* some %things are not expanded properly in get share info levelsSimo Sorce2001-08-221-19/+22
* Added Jim McDonough's Win9x take ownership fix.Jeremy Allison2001-08-131-0/+12
* merge from 2.2Gerald Carter2001-08-131-0/+12
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-19/+50
* Kill of idra's extra become_root()/unbecome_root() now I have fixed the actualAndrew Bartlett2001-08-121-2/+0
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-20/+5
* Without this become_root()/unbecome_root() pair I was not able to loginSimo Sorce2001-08-111-3/+3
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-3/+24
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-102-301/+304
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-092-22/+23
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-032-103/+140
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-254-102/+102
* Fix case insensitive password change code.Jeremy Allison2001-07-231-29/+29
* #ifdef'ed out some unused functions.Tim Potter2001-07-191-0/+8
* Fix usermanager for domains - we were returning no memory when weJeremy Allison2001-07-171-10/+22
* Removed unused variable.Tim Potter2001-07-121-1/+0
* implement:Jean-François Micouleau2001-07-092-1/+406
* add query user info level 20 (for RAS)Jean-François Micouleau2001-07-091-22/+195
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-1/+1
* Add a new paramater: add machine scriptAndrew Bartlett2001-07-071-3/+11
* Fix for enumerating large numbers of users.Jeremy Allison2001-07-051-33/+48
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-044-11/+11
* The big character set handling changeover!Andrew Tridgell2001-07-048-80/+50
* Fixed extra file_free calls - my fault :-(.Jeremy Allison2001-07-021-2/+0
* This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where weAndrew Bartlett2001-07-021-2/+0
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-292-0/+62
* From JF....Jeremy Allison2001-06-291-19/+25
* SGI compiler fixes.Herb Lewis2001-06-262-13/+1
* Cosmetic fixups found while playing with the server manager. Added supportTim Potter2001-06-252-0/+50
* Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2001-06-221-4/+4
* Merging Gerry's spoolss changes.Jeremy Allison2001-06-211-0/+33
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-202-9/+35
* Only try and open a directory if we get EISDIR.Jeremy Allison2001-06-191-4/+8
* Fixed typo in debug message.Tim Potter2001-06-191-1/+1
* rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison2001-06-191-1/+1
* Fix for assert fail - left over when moved to dynamic allocation.Jeremy Allison2001-06-181-3/+1
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-4/+0
* Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory supportJeremy Allison2001-06-181-6/+16
* Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2001-06-162-0/+229