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
/
source
/
rpc_server
/
srv_srvsvc_nt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure dev in make_connection is const.
Jeremy Allison
2003-03-18
1
-1
/
+1
*
Make sure we mark the assumption of a fstring parameter for 'devicetype'
Andrew Bartlett
2003-03-16
1
-2
/
+7
*
A couple more pstcpy/fstrcpy mixups - doing an fstrcpy into a pstring is
Andrew Bartlett
2003-01-14
1
-3
/
+3
*
BIG patch...
Andrew Bartlett
2003-01-02
1
-2
/
+2
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-2
/
+2
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-5
/
+3
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
1
-1
/
+1
*
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
Andrew Bartlett
2002-08-20
1
-3
/
+3
*
Fix a missing 'no memory' return in last night's svrsvc code, and use
Andrew Bartlett
2002-07-28
1
-1
/
+1
*
A very long time ago (actually 6 months ago) I promised to commit this code
Andrew Bartlett
2002-07-27
1
-87
/
+307
*
fixed a number of real bugs found by warnings on the 64 bit irix compiler
Andrew Tridgell
2002-07-15
1
-2
/
+0
*
Address the string_sub problem by changing len = 0 to mean "no expand".
Jeremy Allison
2002-07-02
1
-4
/
+4
*
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
2002-07-01
1
-1
/
+1
*
more debug classess activated
Simo Sorce
2002-06-18
1
-0
/
+3
*
Rework much of the service.c code:
Andrew Bartlett
2002-06-15
1
-3
/
+2
*
Fix netsessenum RPC. Correctly respond with as much info as we can.
Jim McDonough
2002-06-03
1
-5
/
+12
*
Move restrict anonymous checks into a general function called
Tim Potter
2002-06-03
1
-18
/
+21
*
Update netfileenum on both client and server sides to do an arbitrary number
Jim McDonough
2002-05-31
1
-61
/
+27
*
Return access denied for net_share_enum when restrict anonymous > 0
Tim Potter
2002-05-31
1
-0
/
+17
*
merge from 2.2
Gerald Carter
2002-04-11
1
-1
/
+0
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-0
/
+52
*
Removed unused variable.
Tim Potter
2002-03-31
1
-1
/
+0
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-2
/
+2
*
Stomped on some header file version numbers that have crept back in.
Tim Potter
2002-03-22
1
-1
/
+1
*
Fix the NTSTATUS -> WERROR for srvsvc pipe.
Jeremy Allison
2002-03-05
1
-137
/
+128
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
When re-writing tdb version numbers as little endian int32, we must
Jeremy Allison
2002-01-09
1
-6
/
+7
*
Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian
Jeremy Allison
2002-01-09
1
-18
/
+29
*
Fixed nasty cast of tdb_delete in traversals.
Jeremy Allison
2002-01-03
1
-1
/
+1
*
- portablitity fixes for cc -64 on irix
Andrew Tridgell
2001-12-31
1
-1
/
+1
*
Add an output parameter to message_send_all that says how many
Martin Pool
2001-12-21
1
-3
/
+6
*
Sorry. I broke the build, missed on open_directory call.
Jeremy Allison
2001-11-23
1
-2
/
+2
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-3
/
+3
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-6
/
+6
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
1
-1
/
+5
*
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
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
Added Elrond patch to make se_access_check use NT datastructures, not Samba.
Jeremy Allison
2001-09-26
1
-21
/
+6
*
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
*
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
*
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
2001-09-12
1
-3
/
+0
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-74
/
+75
*
some %things are not expanded properly in get share info levels
Simo Sorce
2001-08-22
1
-19
/
+22
*
Added Jim McDonough's Win9x take ownership fix.
Jeremy Allison
2001-08-13
1
-0
/
+12
*
Replaced the duplicate DOS constants with appropriate ones from doserr.h to
Tim Potter
2001-08-10
1
-25
/
+25
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
[next]