index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
grumble, grumble off-by-one unicode string fixes, gonna stuff my other
Luke Leighton
1998-11-06
1
-5
/
+5
*
amazing. the improvements to NT continue, evidence for which shows up
Luke Leighton
1998-10-27
1
-2
/
+2
*
set netlogon negotiation flags to 0x1ff, not to what the client requests.
Luke Leighton
1998-10-23
2
-10
/
+14
*
server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
Jeremy Allison
1998-10-22
1
-1
/
+1
*
bug fix in lsa_trans_names.
Luke Leighton
1998-10-22
2
-4
/
+6
*
libsmb/smbdes.c: #ifdef'ed out code prior to removal.
Jeremy Allison
1998-10-22
2
-3
/
+32
*
domain aliases added a bit better: does local aliases if you query
Luke Leighton
1998-10-21
5
-34
/
+70
*
the next dialog: user-groups. it's not very sensible what appears, but hey:
Luke Leighton
1998-10-21
2
-15
/
+173
*
added "start index" skipping into querydispinfo.
Luke Leighton
1998-10-21
1
-5
/
+15
*
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
1998-10-21
1
-1
/
+1
*
fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).
Luke Leighton
1998-10-21
1
-6
/
+6
*
signed / unsigned warnings (found by herb).
Luke Leighton
1998-10-20
1
-7
/
+7
*
dce/rpc. bug-fix in ipc.c (introduced today :)
Luke Leighton
1998-10-20
1
-27
/
+87
*
some quite important bug-fixes i missed because i transferred the wrong
Luke Leighton
1998-10-20
2
-18
/
+23
*
- dce/rpc code
Luke Leighton
1998-10-19
3
-31
/
+105
*
Small tidyups for gcc in 'preen' mode....
Jeremy Allison
1998-10-17
1
-2
/
+2
*
oops.
Luke Leighton
1998-10-16
1
-1
/
+1
*
dce/rpc
Luke Leighton
1998-10-16
3
-5
/
+101
*
made pass_check_smb() available for dce/rpc use.
Luke Leighton
1998-10-16
1
-1
/
+1
*
rpc client mods (ntlmssp flags)
Luke Leighton
1998-10-16
2
-2
/
+52
*
rpcclient ntlogin test
Luke Leighton
1998-10-16
1
-1
/
+12
*
bug-fixing against:
Luke Leighton
1998-10-15
3
-27
/
+154
*
more warnings...
Luke Leighton
1998-10-14
1
-2
/
+1
*
dce/rpc
Luke Leighton
1998-10-08
1
-9
/
+17
*
dce/rpc
Luke Leighton
1998-10-07
2
-2
/
+298
*
dce/rpc
Luke Leighton
1998-10-07
1
-0
/
+14
*
- static function "create_new_hashes" was identical to "nt_lm_owf_gen".
Luke Leighton
1998-10-02
1
-1
/
+1
*
lsa_lookup_sids command added. severe debugging needed on lookup_sids
Luke Leighton
1998-09-30
1
-60
/
+85
*
(Finally) implemented "max open files" as a global smb.conf parameter.
Jeremy Allison
1998-09-30
1
-5
/
+17
*
Got very strict about the differences and uses of
Jeremy Allison
1998-09-29
8
-73
/
+87
*
get away with dummy and .dummy files
Alexandre Oliva
1998-09-29
1
-1
/
+0
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-30
/
+12
*
automated generation of .dummy files for each subdirectory;
Alexandre Oliva
1998-09-28
1
-1
/
+0
*
Small update to clitar.c to omit warnings about servers not
Richard Sharpe
1998-09-26
1
-1
/
+1
*
this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were
Luke Leighton
1998-09-24
2
-29
/
+37
*
nttrans.c:
Luke Leighton
1998-09-23
1
-4
/
+28
*
major autoconf clean-up
Alexandre Oliva
1998-09-21
1
-0
/
+1
*
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1998-09-05
2
-4
/
+4
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
3
-72
/
+1
*
Fixed uppercasing of share name (pointed out by Jean-Francois).
Jeremy Allison
1998-09-04
1
-1
/
+0
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-3
/
+7
*
use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for
Andrew Tridgell
1998-08-26
1
-1
/
+1
*
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1998-08-24
3
-11
/
+11
*
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1998-08-22
3
-0
/
+20
*
use ZERO_STRUCT() to initialise lots of structures.
Andrew Tridgell
1998-08-21
1
-1
/
+30
*
added some optimisation for the case where the number of open files is
Andrew Tridgell
1998-08-17
2
-30
/
+4
*
converted the policy code to use a linked list and bitmap. This saves
Andrew Tridgell
1998-08-17
1
-139
/
+144
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
1
-10
/
+5
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
1
-222
/
+210
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
1
-2
/
+0
[next]