index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-printing: remove duplicate code while cleaning up driver structs.
Günther Deschner
2009-11-23
1
-68
/
+39
*
s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ...
Günther Deschner
2009-11-23
1
-67
/
+0
*
s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs.
Günther Deschner
2009-11-23
1
-41
/
+0
*
s3-printing: use spoolss types and structs while getting and deleting drivers.
Günther Deschner
2009-11-23
5
-375
/
+362
*
s3-printing: use spoolss types and structs while adding drivers.
Günther Deschner
2009-11-23
3
-484
/
+184
*
s3-spoolss: fix spoolss_EnumPrinterKey client and server code.
Günther Deschner
2009-11-23
2
-7
/
+40
*
s3: Fix bug 6338 -- net rpc trustdom list always display "none"
Volker Lendecke
2009-11-22
1
-10
/
+23
*
s3: Fix some nonempty blank lines
Volker Lendecke
2009-11-21
9
-568
/
+468
*
s3: Remove a struct typedef
Volker Lendecke
2009-11-21
3
-9
/
+9
*
s3: Make alloc_sub_basic() static
Volker Lendecke
2009-11-21
3
-20
/
+22
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
19
-53
/
+66
*
s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicit
Volker Lendecke
2009-11-21
3
-5
/
+9
*
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
2009-11-21
10
-15
/
+22
*
s3: Make the implicit reference to Protocol in mask_match_list() explicit
Volker Lendecke
2009-11-21
3
-6
/
+12
*
s3: Make the implicit reference to Protocol in mask_match() explicit
Volker Lendecke
2009-11-21
5
-10
/
+18
*
s3: Fix some nonempty blank lines
Volker Lendecke
2009-11-21
3
-77
/
+75
*
s3: Avoid two calls to strcmp()
Volker Lendecke
2009-11-21
1
-4
/
+4
*
s3: Fix a bool/enum mismatch
Volker Lendecke
2009-11-21
1
-1
/
+1
*
s3: Convert cli_get_fs_attr_info to the async API
Volker Lendecke
2009-11-21
6
-44
/
+102
*
s3: Tune if-conditions in a very hot codepath
Volker Lendecke
2009-11-21
1
-1
/
+1
*
s3: Remove a pointless memset
Volker Lendecke
2009-11-21
1
-1
/
+0
*
s3: Cache brlock.tdb entries for the fast read&write strict locking code path
Volker Lendecke
2009-11-21
4
-17
/
+74
*
ntlm_auth: use data_blob_talloc() to allocate session key
Kai Blin
2009-11-21
1
-2
/
+2
*
Fix logic bug where high bits tests was being
Jeremy Allison
2009-11-20
1
-1
/
+1
*
s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)
Michael Adam
2009-11-21
1
-4
/
+6
*
s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)
Michael Adam
2009-11-21
1
-4
/
+6
*
s3-build: delete more object files for "make clean".
Günther Deschner
2009-11-20
1
-2
/
+3
*
s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_init
Michael Adam
2009-11-20
1
-0
/
+2
*
s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...
Michael Adam
2009-11-20
1
-0
/
+2
*
s3: Avoid races to change the machine password in winbind
Volker Lendecke
2009-11-19
1
-0
/
+18
*
s3: Protect against flooding the DC with pwchange requests
Volker Lendecke
2009-11-19
1
-14
/
+24
*
s3: Re-check the timeout in machine_password_change_handler()
Volker Lendecke
2009-11-19
1
-0
/
+6
*
s3: Add some debugs to the winbind machine pwchange machinery
Volker Lendecke
2009-11-19
1
-0
/
+16
*
s3: Factor timeval_string out of current_timestring()
Volker Lendecke
2009-11-19
2
-12
/
+14
*
s3: Do not kill the whole smb session if a machine pwchange failed
Volker Lendecke
2009-11-19
1
-1
/
+1
*
s3:pdb_ldap: fix a comment typo
Michael Adam
2009-11-19
1
-1
/
+1
*
s3: shortcut uid_to_sid when "ldapsam:trusted = yes"
Michael Adam
2009-11-19
1
-0
/
+75
*
s3-build: really fix build of winbind_krb5_locator.
Günther Deschner
2009-11-19
1
-1
/
+1
*
s3-build: make sure to remove libds and client object files on make clean.
Günther Deschner
2009-11-19
1
-1
/
+3
*
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
2009-11-18
7
-115
/
+63
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
12
-141
/
+198
*
s3:load_interfaces(): use function gfree_interfaces() that we have.
Michael Adam
2009-11-18
1
-9
/
+1
*
Start removing SMB_STRUCT_STAT variables except for
Jeremy Allison
2009-11-17
1
-15
/
+13
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-17
13
-165
/
+231
*
s3: Fix the build on Solaris
Volker Lendecke
2009-11-17
2
-7
/
+7
*
Don't overwrite a dynamic pointer with the address of a stack
Jeremy Allison
2009-11-16
3
-17
/
+12
*
s3:libsmb: avoid passing a function call as function parameter
Stefan Metzmacher
2009-11-16
2
-21
/
+21
*
s3: Fix a memleak in sys_popen
Volker Lendecke
2009-11-15
1
-0
/
+1
*
s3: Add min_setup, min_param and min_data to cli_trans_recv
Volker Lendecke
2009-11-14
7
-129
/
+72
*
Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/
Volker Lendecke
2009-11-14
2
-0
/
+14
[next]