index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
3
-191
/
+94
*
Added some extra fields to the auth_serversupplied_info structure.
Tim Potter
2001-10-31
1
-0
/
+2
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
3
-3
/
+3
*
This commit is number 3 of 4.
Andrew Bartlett
2001-10-29
1
-2
/
+2
*
This commit is number 1 of 4.
Andrew Bartlett
2001-10-29
2
-0
/
+10
*
Raise simultaneous open pipes from 64 to 1024 for large print server
Jeremy Allison
2001-10-27
1
-1
/
+1
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
3
-7
/
+8
*
Fix some unicode string error.
Jean-François Micouleau
2001-10-16
1
-31
/
+42
*
Back-out the share acl fix. Not needed (Gerald has been telling porkies
Jeremy Allison
2001-10-10
1
-16
/
+3
*
Fix bug where removing root from a share SD stops further edit access.
Jeremy Allison
2001-10-09
1
-4
/
+17
*
Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX
Jeremy Allison
2001-10-09
1
-2
/
+2
*
fix some possible memleaks and not tested reallocs spotted by Andreas Moroder
Simo Sorce
2001-10-03
1
-0
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
20
-36
/
+0
*
Fix up a number of intertwined issues:
Andrew Bartlett
2001-09-29
4
-73
/
+100
*
Fix memory leak in get_sampwd_entries(), reindent for clarity.
Andrew Bartlett
2001-09-27
1
-39
/
+46
*
Make use of the pdb_set_plaintext_passwd() update to vastly simplify
Andrew Bartlett
2001-09-26
1
-17
/
+11
*
More updates to prevent account-guessing.
Andrew Bartlett
2001-09-26
1
-12
/
+10
*
Added Elrond patch to make se_access_check use NT datastructures, not Samba.
Jeremy Allison
2001-09-26
1
-21
/
+6
*
Fixed enumeration of large numbers of groups from a Samba DC.
Jeremy Allison
2001-09-25
1
-1
/
+3
*
fixed character set for user name pull
Andrew Tridgell
2001-09-21
1
-4
/
+3
*
fix debug
Andrew Bartlett
2001-09-19
1
-1
/
+1
*
Reverse some of the breakage I commited a day or two ago, as we need to
Andrew Bartlett
2001-09-19
1
-5
/
+21
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
9
-139
/
+126
*
Minor tidy-up.
Andrew Bartlett
2001-09-16
1
-1
/
+1
*
Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where
Andrew Bartlett
2001-09-16
2
-49
/
+14
*
Looks like it missed these. make_connection now no longer takes a 'username'
Andrew Bartlett
2001-09-15
1
-2
/
+0
*
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
2001-09-15
1
-12
/
+6
*
merge from appliance_head
Gerald Carter
2001-09-14
1
-6
/
+6
*
Finally commit my fix to this little mess...
Andrew Bartlett
2001-09-14
1
-10
/
+25
*
Some patches to authentication:
Tim Potter
2001-09-12
2
-2
/
+2
*
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
2001-09-12
4
-17
/
+0
*
Converted DFS error returns to WERROR instead of uint32.
Tim Potter
2001-09-12
1
-27
/
+33
*
cut-n-paste error
Gerald Carter
2001-09-10
1
-1
/
+1
*
merge from APPLIANCE_HEAD
Gerald Carter
2001-09-10
1
-12
/
+21
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
2
-2
/
+2
*
Logon workstation checks from Toomas Soome <tsoome@ut.ee>
Tim Potter
2001-09-06
1
-9
/
+42
*
a fix for fussy compilers
Andrew Tridgell
2001-09-04
1
-1
/
+1
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
2
-97
/
+108
*
more NTSTATUS/WERROR conversion
Andrew Tridgell
2001-09-03
1
-158
/
+156
*
the next step in our error code handling change
Andrew Tridgell
2001-09-03
1
-232
/
+229
*
Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.
Tim Potter
2001-08-28
1
-6
/
+35
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
13
-528
/
+528
*
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
2001-08-27
1
-1
/
+1
*
As per plug-fest discussions this paramater no longer defaults to the value
Andrew Bartlett
2001-08-27
1
-4
/
+0
*
Spaces -> Tabs.
Jeremy Allison
2001-08-26
1
-6
/
+7
*
get rid of compiler warnings
Herb Lewis
2001-08-24
2
-6
/
+6
*
fix missing )
Herb Lewis
2001-08-24
1
-1
/
+1
*
let admins also abort a shutdown
Simo Sorce
2001-08-24
2
-10
/
+53
*
Fixed malloc -> talloc problems pointed out by Simo.
Jeremy Allison
2001-08-24
1
-1
/
+1
*
so let admins shutdown their samba servers remotely if they want :-)
Simo Sorce
2001-08-23
2
-0
/
+72
[prev]
[next]