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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-11
security.idl Add comments
Andrew Bartlett
1
-1
/
+3
2010-09-11
security.idl Update Windows privileges list to Win2008R2
Andrew Bartlett
1
-30
/
+35
2010-09-11
s3-privs Only store low bits of luid in privileges table
Andrew Bartlett
2
-18
/
+20
2010-09-11
s4-privs Add a lookup by index of privilages
Andrew Bartlett
2
-3
/
+14
2010-09-11
privs Add my Copyright
Andrew Bartlett
3
-0
/
+3
2010-09-11
security.idl clarify which privilages are LUID and bitmap values
Andrew Bartlett
1
-6
/
+10
2010-09-11
s3-privs Remove comment already moved to security.idl
Andrew Bartlett
1
-41
/
+0
2010-09-11
s3-privs Use constants from security.idl
Andrew Bartlett
1
-9
/
+9
2010-09-11
s4-privs Remove link between enum sec_privilege and the privilege bitmap
Andrew Bartlett
2
-46
/
+140
2010-09-11
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
10
-110
/
+108
2010-09-11
privs Move privilege bitmasks to security.idl
Andrew Bartlett
2
-19
/
+40
2010-09-11
s3:privs Change to new host endian neutral privilages tdb format
Andrew Bartlett
1
-3
/
+16
2010-09-11
s3:Change SE_PRIV to uint64_t
Andrew Bartlett
1
-20
/
+20
2010-09-11
s3:privileges Change SE_PRIV to be just a uint64_t
Andrew Bartlett
2
-46
/
+22
2010-09-11
lib/replace:wscript - don't check twice for type "bool"
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-09-11
lib/replace:wscript - attempt to fix the features detection on Tru64
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-09-10
Add check missing from previous patch after talloc_strdup().
Jeremy Allison
1
-0
/
+3
2010-09-10
Factor out the recent changes into a function - check_parent_exists().
Jeremy Allison
1
-77
/
+103
2010-09-11
s3: Simplify the logic in generate_krb5_ccache
Volker Lendecke
1
-51
/
+28
2010-09-10
s3/winbind: use mono time for startup timeout check
Björn Jacke
3
-6
/
+6
2010-09-10
libreplace: clock_gettime sets errno
Björn Jacke
1
-1
/
+2
2010-09-10
s4/pvfs: use monotonic time for this timeout
Björn Jacke
2
-4
/
+4
2010-09-10
s4/ldap: use time_mono for reconnect timeout
Björn Jacke
1
-2
/
+2
2010-09-10
s4/torture: use time_mono for timeouts
Björn Jacke
1
-2
/
+2
2010-09-10
s4/torture: use time_mono for delta time
Björn Jacke
1
-2
/
+2
2010-09-10
s3-selftest: add print_test_extended (as called from RPC-PRINTER) to knownfai...
Günther Deschner
1
-0
/
+1
2010-09-10
s4:client/client.c - fix wrong return codes in "do_connect"
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-09-10
s4:lib/policy/gp_filesys.c - remove dead code
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-09-10
s4:torture/locktest.c - add a cast in order to quiet a warning on Solaris cc
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-09-10
s4:libcli/wrepl/winsrepl.c - add more "char *" casts in order to suppress Sol...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-09-10
s3/s4:libcli/tstream - add more "char *" casts in order to suppress Solaris w...
Matthias Dieter Wallnöfer
2
-14
/
+14
2010-09-10
s4:torture/ntp/ntp_signd.c - add more "char *" casts in order to suppress Sol...
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-09-10
s3-printing: fix non-ads build after prototype changes.
Günther Deschner
1
-1
/
+1
2010-09-10
s3: Simplify generate_krb5_ccache slightly
Volker Lendecke
1
-4
/
+0
2010-09-10
Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...
Jeremy Allison
2
-3
/
+18
2010-09-10
s4:torture/rpc/winreg.c - hopefully this attempt fixes Solaris "cc" on the bu...
Matthias Dieter Wallnöfer
1
-27
/
+10
2010-09-10
s4:getncchanges_change_master - also in this call "i" needs to be unsigned
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-09-10
s3: auth.krb5ccname and auth.unix_username are both fstrings
Volker Lendecke
1
-4
/
+2
2010-09-10
selftest/s3-selftest.sh: knownfailure filtering for non-build-farm make test
Stefan Metzmacher
1
-2
/
+1
2010-09-10
s3:torture: fix printf output, lines can't start with lower case "test"
Stefan Metzmacher
1
-31
/
+30
2010-09-10
s3:torture: fix run_uid_regression_test
Stefan Metzmacher
1
-8
/
+20
2010-09-10
s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
Stefan Metzmacher
1
-0
/
+2
2010-09-10
s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
Stefan Metzmacher
1
-0
/
+1
2010-09-10
s4:provision: remember the setup directory if it wasn't the default
Stefan Metzmacher
4
-0
/
+11
2010-09-10
s3-spoolss: Fix _spoolss_GetPrinter().
Günther Deschner
1
-1
/
+2
2010-09-10
s3-spoolss: Don't leak memory on the session counter list.
Andreas Schneider
3
-1
/
+21
2010-09-10
s3-spoolss: Allow multiple client backchannels.
Simo Sorce
1
-77
/
+116
2010-09-10
s3-spoolss: Split function to send notification.
Simo Sorce
1
-127
/
+162
2010-09-10
s3-spoolss: Use a single structure for all the back channel data.
Simo Sorce
1
-14
/
+18
2010-09-10
s3-spoolss: Rename Printer_entry to struct printer_handle.
Simo Sorce
1
-53
/
+53
[next]