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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-12-21
Some systems seem to only accept a ntcreate&x with a unicode filename
Tim Potter
1
-5
/
+45
2000-12-21
Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,
Tim Potter
1
-2
/
+49
2000-12-21
Replace magic number with constant.
Tim Potter
1
-1
/
+1
2000-12-21
Cleaned up SidToString() and StringToSid() exit paths.
Tim Potter
1
-17
/
+27
2000-12-20
Removed uninitialised variable.
Jeremy Allison
1
-1
/
+0
2000-12-20
implemented a much nicer name_status() interface. It now returns a
Andrew Tridgell
5
-178
/
+199
2000-12-19
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
4
-8
/
+23
2000-12-19
Split set_nt_acls into owner set (which uses chown) and permission set
Jeremy Allison
1
-94
/
+109
2000-12-19
Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow
Jeremy Allison
3
-19
/
+42
2000-12-18
A couple more UMR fixes.
Jeremy Allison
1
-2
/
+2
2000-12-18
Cast prs_alloc_mem to correct type.
Jeremy Allison
1
-2
/
+2
2000-12-18
Fix typos in new group sid check.
Jeremy Allison
1
-2
/
+2
2000-12-18
Added query info policy call.
Tim Potter
1
-0
/
+86
2000-12-18
Merged Tim's fixes from appliance-head.
Jeremy Allison
3
-107
/
+160
2000-12-18
Streamlined exit path.
Tim Potter
1
-24
/
+27
2000-12-16
Fixed chown/chgrp setting from smbcacls.
Jeremy Allison
1
-0
/
+2
2000-12-16
Added -C username and -G username that allow a user (usually Administrator)
Jeremy Allison
1
-5
/
+61
2000-12-15
Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing
Jeremy Allison
3
-26
/
+21
2000-12-15
Added lock backouts on fail.
Jeremy Allison
5
-65
/
+43
2000-12-15
lib/util_unistr.c:
Jean-François Micouleau
7
-45
/
+89
2000-12-15
Fixed memory leak in JOB_INFO_2 code.
Jeremy Allison
1
-3
/
+2
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
16
-87
/
+148
2000-12-14
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+9
2000-12-14
Updates from appliance-head.
Jeremy Allison
1
-8
/
+47
2000-12-14
Renamed parameters and variables called acl to the_acl as it conflicts
Tim Potter
3
-28
/
+28
2000-12-14
Cache lsa connection and policy handle for resolving names and sids.
Tim Potter
1
-48
/
+56
2000-12-13
Changes from APPLIANCE_HEAD:
David O'Neill
2
-15
/
+20
2000-12-13
Added proto definition for new RPC calls.
Jeremy Allison
3
-33
/
+31
2000-12-13
I think it's time to go home.
Tim Potter
1
-5
/
+6
2000-12-13
OK so I shouldn't have added cli_pipe.o to LIBSMB_OBJ.
Tim Potter
1
-2
/
+3
2000-12-13
Add libsmb/cli_lsarpc.o and rpc_client/cli_pipe.o to LIBSMB_OBJ. Not so
Tim Potter
1
-2
/
+3
2000-12-13
Convert names to sids when modifying ACLs. Convert sids to names when
Tim Potter
1
-10
/
+68
2000-12-13
Lightweight rpc client library. Uses only routines in libsmb and
Tim Potter
1
-0
/
+370
2000-12-13
Server side changes for dynamic names in lsa_lookup_names
Tim Potter
2
-20
/
+10
2000-12-13
make proto
Tim Potter
3
-19
/
+37
2000-12-13
Wrong length for unistr2 in init_q_lookup_names()
Tim Potter
2
-27
/
+36
2000-12-13
Two tdb bugfixes. First one - ensure that traverse lock is moved before deleting
Jeremy Allison
1
-45
/
+58
2000-12-13
Added support for SERVICESF shared variable to change configuration file
Tim Potter
1
-1
/
+4
2000-12-12
Fixed bug noticed by JF. se_access_check needs user SID as first in token.
Jeremy Allison
1
-10
/
+23
2000-12-12
Fixed processing of dfree script (was truncating).
Jeremy Allison
1
-2
/
+0
2000-12-12
more fixes from Simo. Also fixed the password expiration field
Gerald Carter
1
-134
/
+59
2000-12-12
Don't print out the security descriptor type as it is automatically
Tim Potter
1
-7
/
+1
2000-12-12
Better error checking for ACL parsing.
Tim Potter
1
-7
/
+21
2000-12-12
Fixed some accidentally reversed patches.
Tim Potter
1
-115
/
+411
2000-12-12
Compile fix for new arg to create_nt_token()
Tim Potter
2
-3
/
+7
2000-12-12
Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...
Jeremy Allison
6
-486
/
+276
2000-12-12
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
6
-434
/
+555
2000-12-12
Owner always has READ_CONTROL and WRITE_DAC access.
Jeremy Allison
1
-1
/
+3
2000-12-12
Sorry Gerald, I think the original code was better (plus safer as I'm sure
Jeremy Allison
1
-7
/
+10
2000-12-12
Extra part of fix that Gerald missed (sorry).
Jeremy Allison
1
-1
/
+1
[next]