summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-313-191/+94
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-0/+2
* This commit is number 4 of 4.Andrew Bartlett2001-10-293-3/+3
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-2/+2
* This commit is number 1 of 4.Andrew Bartlett2001-10-292-0/+10
* Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison2001-10-271-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-183-7/+8
* Fix some unicode string error.Jean-François Micouleau2001-10-161-31/+42
* Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison2001-10-101-16/+3
* Fix bug where removing root from a share SD stops further edit access.Jeremy Allison2001-10-091-4/+17
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-2/+2
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0220-36/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-294-73/+100
* Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett2001-09-271-39/+46
* Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett2001-09-261-17/+11
* More updates to prevent account-guessing.Andrew Bartlett2001-09-261-12/+10
* Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-261-21/+6
* Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison2001-09-251-1/+3
* 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