summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett32-121/+119
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett23-87/+84
2010-09-11s3-auth Change type of num_sids to uint32_tAndrew Bartlett16-38/+48
2010-09-11security.idl Add commentsAndrew Bartlett1-1/+3
2010-09-11security.idl Update Windows privileges list to Win2008R2Andrew Bartlett1-30/+35
2010-09-11s3-privs Only store low bits of luid in privileges tableAndrew Bartlett2-18/+20
2010-09-11s4-privs Add a lookup by index of privilagesAndrew Bartlett2-3/+14
2010-09-11privs Add my CopyrightAndrew Bartlett3-0/+3
2010-09-11security.idl clarify which privilages are LUID and bitmap valuesAndrew Bartlett1-6/+10
2010-09-11s3-privs Remove comment already moved to security.idlAndrew Bartlett1-41/+0
2010-09-11s3-privs Use constants from security.idlAndrew Bartlett1-9/+9
2010-09-11s4-privs Remove link between enum sec_privilege and the privilege bitmapAndrew Bartlett2-46/+140
2010-09-11s3-privs Further changes to remove SE_PRIVAndrew Bartlett10-110/+108
2010-09-11privs Move privilege bitmasks to security.idlAndrew Bartlett2-19/+40
2010-09-11s3:privs Change to new host endian neutral privilages tdb formatAndrew Bartlett1-3/+16
2010-09-11s3:Change SE_PRIV to uint64_tAndrew Bartlett1-20/+20
2010-09-11s3:privileges Change SE_PRIV to be just a uint64_tAndrew Bartlett2-46/+22
2010-09-11lib/replace:wscript - don't check twice for type "bool"Matthias Dieter Wallnöfer1-2/+1
2010-09-11lib/replace:wscript - attempt to fix the features detection on Tru64Matthias Dieter Wallnöfer1-2/+2
2010-09-10Add check missing from previous patch after talloc_strdup().Jeremy Allison1-0/+3
2010-09-10Factor out the recent changes into a function - check_parent_exists().Jeremy Allison1-77/+103
2010-09-11s3: Simplify the logic in generate_krb5_ccacheVolker Lendecke1-51/+28
2010-09-10s3/winbind: use mono time for startup timeout checkBjörn Jacke3-6/+6
2010-09-10libreplace: clock_gettime sets errnoBjörn Jacke1-1/+2
2010-09-10s4/pvfs: use monotonic time for this timeoutBjörn Jacke2-4/+4
2010-09-10s4/ldap: use time_mono for reconnect timeoutBjörn Jacke1-2/+2
2010-09-10s4/torture: use time_mono for timeoutsBjörn Jacke1-2/+2
2010-09-10s4/torture: use time_mono for delta timeBjörn Jacke1-2/+2
2010-09-10s3-selftest: add print_test_extended (as called from RPC-PRINTER) to knownfai...Günther Deschner1-0/+1
2010-09-10s4:client/client.c - fix wrong return codes in "do_connect"Matthias Dieter Wallnöfer1-2/+2
2010-09-10s4:lib/policy/gp_filesys.c - remove dead codeMatthias Dieter Wallnöfer1-2/+0
2010-09-10s4:torture/locktest.c - add a cast in order to quiet a warning on Solaris ccMatthias Dieter Wallnöfer1-1/+1
2010-09-10s4:libcli/wrepl/winsrepl.c - add more "char *" casts in order to suppress Sol...Matthias Dieter Wallnöfer1-1/+1
2010-09-10s3/s4:libcli/tstream - add more "char *" casts in order to suppress Solaris w...Matthias Dieter Wallnöfer2-14/+14
2010-09-10s4:torture/ntp/ntp_signd.c - add more "char *" casts in order to suppress Sol...Matthias Dieter Wallnöfer1-2/+2
2010-09-10s3-printing: fix non-ads build after prototype changes.Günther Deschner1-1/+1
2010-09-10s3: Simplify generate_krb5_ccache slightlyVolker Lendecke1-4/+0
2010-09-10Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...Jeremy Allison2-3/+18
2010-09-10s4:torture/rpc/winreg.c - hopefully this attempt fixes Solaris "cc" on the bu...Matthias Dieter Wallnöfer1-27/+10
2010-09-10s4:getncchanges_change_master - also in this call "i" needs to be unsignedMatthias Dieter Wallnöfer1-1/+2
2010-09-10s3: auth.krb5ccname and auth.unix_username are both fstringsVolker Lendecke1-4/+2
2010-09-10selftest/s3-selftest.sh: knownfailure filtering for non-build-farm make testStefan Metzmacher1-2/+1
2010-09-10s3:torture: fix printf output, lines can't start with lower case "test"Stefan Metzmacher1-31/+30
2010-09-10s3:torture: fix run_uid_regression_testStefan Metzmacher1-8/+20
2010-09-10s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher1-0/+2
2010-09-10s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher1-0/+1
2010-09-10s4:provision: remember the setup directory if it wasn't the defaultStefan Metzmacher4-0/+11
2010-09-10s3-spoolss: Fix _spoolss_GetPrinter().Günther Deschner1-1/+2
2010-09-10s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider3-1/+21
2010-09-10s3-spoolss: Allow multiple client backchannels.Simo Sorce1-77/+116