index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_pipe_hnd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-04
Fix typo in debug statement.
Tim Potter
1
-1
/
+1
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-1
/
+1
2003-08-14
Attempt at fixing bug #283. There however is no solution.
Gerald Carter
1
-0
/
+2
2003-04-06
Merge the TNG netlogon schannel from HEAD.
Volker Lendecke
1
-4
/
+11
2003-02-14
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
1
-10
/
+5
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-2
/
+2
2002-10-22
Fix for systems that allow more than 65536 open files per process.
Jeremy Allison
1
-4
/
+0
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-8
/
+42
2002-02-08
merge from APPLIANCE_HEAD
Gerald Carter
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-22
merge from appliance_head
Gerald Carter
1
-2
/
+5
2002-01-20
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
1
-0
/
+11
2002-01-20
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
1
-57
/
+207
2001-11-05
Changed MAX_OPEN_PIPES to 2048.
Jeremy Allison
1
-1
/
+1
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-1
/
+1
2001-10-27
Raise simultaneous open pipes from 64 to 1024 for large print server
Jeremy Allison
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-3
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-4
/
+4
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-2
/
+2
2001-08-26
Spaces -> Tabs.
Jeremy Allison
1
-6
/
+7
2001-08-23
Fix for filers sending -1 for the maximum read request length on the
Tim Potter
1
-3
/
+7
2001-06-19
Fixed typo in debug message.
Tim Potter
1
-1
/
+1
2001-05-18
Fix the W2KSP2 joining a Samba domain problem.
Jeremy Allison
1
-2
/
+2
2001-03-13
Move to a handle database per pipe name, not per pipe.
Jeremy Allison
1
-1
/
+7
2001-03-12
Ok - we're now sending back policy handles to bigendian AS/U correctly.
Jeremy Allison
1
-1
/
+10
2001-03-12
Looks like AS/U doesn't set the FIRST flag in a BIND packet.
Jeremy Allison
1
-1
/
+5
2001-03-11
Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"
Jeremy Allison
1
-4
/
+6
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-20
/
+41
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
1
-13
/
+49
2001-03-03
Roll back to using malloc/realloc on some of spoolss in head.
Jeremy Allison
1
-2
/
+2
2001-02-27
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
1
-12
/
+24
2000-08-04
Fixed up the user/group contexts when using authenticated pipes.
Jeremy Allison
1
-0
/
+3
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-12
/
+1
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-164
/
+46
2000-07-03
Some more sec_ctx changes. Modified some fields in the pipe_struct
Tim Potter
1
-2
/
+8
2000-06-23
Removed save directory argument to become_root() calls. Probably most of
Tim Potter
1
-2
/
+2
2000-05-26
Fixed memory leak in RPC parsing code.
Shirish Kalele
1
-1
/
+6
2000-05-17
Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct
Jeremy Allison
1
-0
/
+7
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+3
2000-05-04
rpc_server/srv_lsa.c: Bring into sync with 2.0.x.
Jeremy Allison
1
-6
/
+6
2000-05-04
- use full_name instead of real_name
Andrew Tridgell
1
-1
/
+1
2000-05-02
split the username in the vuser structure into a separate
Andrew Tridgell
1
-2
/
+2
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-2
/
+2
2000-04-23
fixed a prs memory leak (weren't freeing input buffer)
Andrew Tridgell
1
-0
/
+1
2000-03-31
IRIX include fixes.
Jeremy Allison
1
-0
/
+5
2000-03-10
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
1
-33
/
+115
2000-03-10
removed unused variable
Jean-François Micouleau
1
-1
/
+0
2000-03-09
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
1
-62
/
+477
2000-02-23
lib/system.c: Fixed gcc warnings.
Jeremy Allison
1
-23
/
+23
2000-01-21
made cvs main up-to-date with samba_tng, with addition of process id to
Luke Leighton
1
-1
/
+1
[next]