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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-04-06
Implemented stub function for NET_SHARE_DELETE. Now to implement the real
Jeremy Allison
2
-5
/
+57
2001-04-06
Added stub function for NET_SHARE_ADD. Once this is implemented to call a hook
Jeremy Allison
2
-0
/
+71
2001-04-06
NT sucks ! :-). We have to prefix the UNIX path with a C: in order to pass the
Jeremy Allison
1
-6
/
+9
2001-04-06
We can now use server manager to look at Samba shares. NT still expects a ":"
Jeremy Allison
2
-8
/
+69
2001-04-04
I know we're supposed to be feature frozen, but I couldn't resist this... :-).
Jeremy Allison
2
-7
/
+176
2001-04-03
Missed forms update - my CVS mistake.
Jeremy Allison
1
-21
/
+70
2001-04-03
test commit for jeremy
Andrew Tridgell
1
-1
/
+1
2001-04-02
include/ntdomain.h:
Jeremy Allison
1
-3
/
+2
2001-03-28
rename of 16 new_smb_io functions to smb_io_* for consistency sake
Gerald Carter
1
-23
/
+23
2001-03-27
merge from 2.2.
Gerald Carter
2
-26
/
+26
2001-03-23
groupdb/mapping.c:
Jeremy Allison
1
-1
/
+11
2001-03-23
first pass of the new group mapping code
Jean-François Micouleau
2
-58
/
+548
2001-03-19
reverted the rename of new_spoolss_io_r_enumprinterdrivers()
Gerald Carter
1
-1
/
+1
2001-03-17
fix this in rpc calls as well
Andrew Tridgell
1
-2
/
+2
2001-03-16
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
Jeremy Allison
3
-3
/
+3
2001-03-15
renamed one of the enumprinterdrivers parsing functions
Gerald Carter
1
-2
/
+2
2001-03-15
Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).
Jeremy Allison
1
-1
/
+1
2001-03-15
Last tweak (I promise :-). Fallback to returning our SID if we're a domain
Jeremy Allison
1
-11
/
+6
2001-03-15
Final ! Fix.
Jeremy Allison
1
-2
/
+8
2001-03-15
Last attempt at fix...
Jeremy Allison
1
-1
/
+1
2001-03-15
Return correct error message if we can't get the SID secret.
Jeremy Allison
1
-2
/
+8
2001-03-15
Fixed a Dr. Watson when viewing permissions - we were missing the "standalone
Jeremy Allison
1
-0
/
+2
2001-03-15
AS/U on a sparc now joins and authenticates against a Samba PDC !
Jeremy Allison
6
-16
/
+16
2001-03-13
Move to a handle database per pipe name, not per pipe.
Jeremy Allison
3
-40
/
+115
2001-03-13
rpc_parse/parse_samr.c: Removed unneeded deubg.
Jeremy Allison
1
-15
/
+10
2001-03-13
AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...
Jeremy Allison
1
-0
/
+5
2001-03-13
Fixed reading of strings from big-endian RPC clients.
Jeremy Allison
6
-18
/
+18
2001-03-13
Ensure we never return passwords from a user query.
Jeremy Allison
1
-13
/
+62
2001-03-13
Ensure we return the correct names/sids on query info. AS/U showed us what
Jeremy Allison
1
-3
/
+20
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
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
Jeremy Allison
1
-38
/
+48
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
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
2
-4
/
+4
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
18
-3708
/
+1465
2001-03-10
Notused.
Jeremy Allison
1
-708
/
+0
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2
-19
/
+55
2001-03-08
Fix for AS/U not liking it's own assoc_gid.
Jeremy Allison
1
-1
/
+1
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
5
-43
/
+32
2001-03-03
Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o...
Jeremy Allison
1
-2
/
+4
2001-03-03
Roll back to using malloc/realloc on some of spoolss in head.
Jeremy Allison
3
-59
/
+62
2001-03-02
Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced
Jeremy Allison
1
-23
/
+36
2001-03-02
Move to talloc controlled NT forms.
Jeremy Allison
1
-26
/
+9
2001-03-01
Don't return stack structures...
Jeremy Allison
1
-12
/
+18
2001-03-01
Fix memory leaks introduced in restructure.
Jeremy Allison
1
-15
/
+13
2001-03-01
When opening a printserver use a global snum of -1.
Jeremy Allison
1
-2
/
+2
2001-03-01
rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.
Jeremy Allison
1
-4
/
+7
2001-03-01
Remove unused code.
Jeremy Allison
1
-3
/
+3
2001-03-01
Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc
Jeremy Allison
1
-14
/
+62
2001-02-28
Finished converion of spoolss code to canonical format. Now to work on the
Jeremy Allison
2
-114
/
+200
[next]