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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
2012-07-03
1
-13
/
+0
*
s3:cclean avoid segfault in case of ctdb missbehaviour
Gregor Beck
2012-06-29
1
-3
/
+8
*
s3:cclean: fix memory allocation
Gregor Beck
2012-06-29
1
-2
/
+2
*
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
s3: add a tool "cclean" to cleanup orphaned entries from connections.tdb
Gregor Beck
2012-06-27
1
-0
/
+300
*
s3:net registry import: implement dry-run with "--test"
Michael Adam
2012-06-26
1
-0
/
+6
*
s3:net registry import: add an assert
Michael Adam
2012-06-26
1
-0
/
+2
*
s3:net registry import: reduce indentation
Michael Adam
2012-06-26
1
-7
/
+8
*
s3:net registry import: fix the return code when transaction commit fails
Michael Adam
2012-06-26
1
-1
/
+1
*
s3:net registry import: improve regdb_open/close layering
Michael Adam
2012-06-26
1
-3
/
+4
*
s3:net registry import: untangle nested function calls
Michael Adam
2012-06-26
1
-3
/
+8
*
s3:net registry import: reduce indentation and untangle assignment from check
Michael Adam
2012-06-26
1
-4
/
+9
*
s3:net registry import: move precheck-and-import code to its own function
Michael Adam
2012-06-26
1
-9
/
+20
*
s3:net registry: fix violation of coding conventions
Gregor Beck
2012-06-26
1
-32
/
+35
*
s3:net registry import: add option --precheck
Gregor Beck
2012-06-26
3
-5
/
+197
*
s3:net registry import: check return values + codecleanup
Gregor Beck
2012-06-26
1
-16
/
+30
*
s3:net registry: fix output of dwords with sign bit set
Gregor Beck
2012-06-26
1
-1
/
+1
*
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
2012-06-21
2
-2
/
+2
*
s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()
Michael Adam
2012-06-21
1
-1
/
+2
*
Fix warning: variable ‘status’ set but not used.
Jeremy Allison
2012-06-19
1
-2
/
+1
*
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
2012-06-15
1
-3
/
+3
*
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-06-15
3
-5
/
+6
*
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
2012-06-15
1
-2
/
+4
*
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
s3: Simplify tdb_data_is_cstr a bit
Volker Lendecke
2012-06-14
1
-1
/
+1
*
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Michael Adam
2012-06-06
2
-3
/
+3
*
s3:utils: use smbd/smbd.h instead of just smbd/proto.h
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
2012-06-05
3
-0
/
+3
*
s3:utils: use cli_tree_connect() instead of cli_tcon_andx()
Stefan Metzmacher
2012-05-30
1
-1
/
+1
*
s3:libsmb: get rid of cli_negprot
Luk Claes
2012-05-28
2
-3
/
+5
*
s3:libsmb: get rid of cli_state_server_time_zone
Luk Claes
2012-05-28
1
-1
/
+2
*
s3:libsmb: get rid of cli_state_protocol
Luk Claes
2012-05-28
1
-1
/
+1
*
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
2012-05-28
4
-14
/
+15
*
s3:libsmb: get rid of cli_state_*_sockaddr
Luk Claes
2012-05-28
3
-4
/
+7
*
s3-utils: Use ads_do_search_retry in net ads search
Andrew Bartlett
2012-05-26
1
-1
/
+1
*
Move source3/libads/dns.c to lib/addns
Simo Sorce
2012-05-23
2
-2
/
+2
*
s3-ads-dns: Break dependency on lp_parm
Simo Sorce
2012-05-23
2
-4
/
+12
*
s3: Fix Coverity ID 242710 Untrusted pointer read
Volker Lendecke
2012-05-15
1
-1
/
+1
*
s3-auth: remove "security=server" (depricated since 3.6)
Stefan Metzmacher
2012-05-15
1
-4
/
+2
*
s3: Fix Coverity ID 242725 Uninitialized scalar variable
Volker Lendecke
2012-05-10
1
-0
/
+1
*
s3: Fix Coverity ID 242726 Uninitialized scalar variable
Volker Lendecke
2012-05-10
1
-1
/
+1
*
s3: Fix Coverity ID 242754 Dereference null return value
Volker Lendecke
2012-05-10
1
-1
/
+1
*
s3-net: Fix typo in comment.
Karolin Seeger
2012-05-08
1
-1
/
+1
*
net: Let get*sid return error from passdb init
Christof Schmitt
2012-04-30
1
-6
/
+4
*
s3:registry: remove usage of reg_objects from net_rpc_printer.c
Gregor Beck
2012-04-25
1
-131
/
+71
*
s3:eventlogadm make a transaction for addsource
Gregor Beck
2012-04-25
1
-1
/
+14
*
s3:eventlogadm reimplement addsource using reg_api
Gregor Beck
2012-04-25
1
-95
/
+91
*
s3: Attempt to fix the build without kerberos
Volker Lendecke
2012-04-24
1
-0
/
+3
[next]