summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-09-25Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison1-1/+3
2001-09-21fixed character set for user name pullAndrew Tridgell1-4/+3
2001-09-19fix debugAndrew Bartlett1-1/+1
2001-09-19Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett1-5/+21
2001-09-17move to SAFE_FREE()Simo Sorce9-139/+126
2001-09-16Minor tidy-up.Andrew Bartlett1-1/+1
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2-49/+14
2001-09-15Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett1-2/+0
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett1-12/+6
2001-09-14merge from appliance_headGerald Carter1-6/+6
2001-09-14Finally commit my fix to this little mess...Andrew Bartlett1-10/+25
2001-09-12Some patches to authentication:Tim Potter2-2/+2
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell4-17/+0
2001-09-12Converted DFS error returns to WERROR instead of uint32.Tim Potter1-27/+33
2001-09-10cut-n-paste errorGerald Carter1-1/+1
2001-09-10merge from APPLIANCE_HEADGerald Carter1-12/+21
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-2/+2
2001-09-06Logon workstation checks from Toomas Soome <tsoome@ut.ee>Tim Potter1-9/+42
2001-09-04a fix for fussy compilersAndrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2-97/+108
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-158/+156
2001-09-03the next step in our error code handling changeAndrew Tridgell1-232/+229
2001-08-28Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.Tim Potter1-6/+35
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell13-528/+528
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-1/+1
2001-08-27As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett1-4/+0
2001-08-26Spaces -> Tabs.Jeremy Allison1-6/+7
2001-08-24get rid of compiler warningsHerb Lewis2-6/+6
2001-08-24fix missing )Herb Lewis1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce2-10/+53
2001-08-24Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison1-1/+1
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce2-0/+72
2001-08-23Fix for filers sending -1 for the maximum read request length on theTim Potter1-3/+7
2001-08-22some %things are not expanded properly in get share info levelsSimo Sorce1-19/+22
2001-08-13Added Jim McDonough's Win9x take ownership fix.Jeremy Allison1-0/+12
2001-08-13merge from 2.2Gerald Carter1-0/+12
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-19/+50
2001-08-12Kill of idra's extra become_root()/unbecome_root() now I have fixed the actualAndrew Bartlett1-2/+0
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-20/+5
2001-08-11Without this become_root()/unbecome_root() pair I was not able to loginSimo Sorce1-3/+3
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-3/+24
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2-301/+304
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter2-22/+23
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2-103/+140
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter4-102/+102
2001-07-23Fix case insensitive password change code.Jeremy Allison1-29/+29
2001-07-19#ifdef'ed out some unused functions.Tim Potter1-0/+8
2001-07-17Fix usermanager for domains - we were returning no memory when weJeremy Allison1-10/+22
2001-07-12Removed unused variable.Tim Potter1-1/+0