summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* fixed character set for user name pullAndrew Tridgell2001-09-211-4/+3
* fix debugAndrew Bartlett2001-09-191-1/+1
* Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett2001-09-191-5/+21
* move to SAFE_FREE()Simo Sorce2001-09-179-139/+126
* Minor tidy-up.Andrew Bartlett2001-09-161-1/+1
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-162-49/+14
* Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett2001-09-151-2/+0
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-151-12/+6
* merge from appliance_headGerald Carter2001-09-141-6/+6
* Finally commit my fix to this little mess...Andrew Bartlett2001-09-141-10/+25
* Some patches to authentication:Tim Potter2001-09-122-2/+2
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-124-17/+0
* Converted DFS error returns to WERROR instead of uint32.Tim Potter2001-09-121-27/+33
* cut-n-paste errorGerald Carter2001-09-101-1/+1
* merge from APPLIANCE_HEADGerald Carter2001-09-101-12/+21
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-2/+2
* Logon workstation checks from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-061-9/+42
* a fix for fussy compilersAndrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-042-97/+108
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-158/+156
* the next step in our error code handling changeAndrew Tridgell2001-09-031-232/+229
* Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.Tim Potter2001-08-281-6/+35
* 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