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
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-10
Call TALLOC_FREE() before we return otherwise we will never free sam_account
Michele Baldessari
1
-1
/
+1
2012-09-07
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
1
-5
/
+5
2012-09-06
s3-printing: Restrict printing=cups to systems with cups development headers ...
Andrew Bartlett
1
-2
/
+0
2012-08-16
fix printf warning in net connections
Andrew Bartlett
1
-2
/
+2
2012-08-16
s3:utils: remove standalone cclean tool
Gregor Beck
1
-305
/
+0
2012-08-16
s3:net add command "connections cleanup"
Gregor Beck
3
-0
/
+284
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
5
-8
/
+32
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
7
-17
/
+58
2012-08-01
s3:utils/net_rpc*: make use of cli_get_session_key()
Stefan Metzmacher
3
-7
/
+39
2012-07-30
s3-utils: Add cast to fix error found by -Werror=format
Andrew Bartlett
1
-2
/
+2
2012-07-27
lib/param: Rename "socket address" to "nbt client socket address" to clarify ...
Andrew Bartlett
1
-1
/
+1
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2
-0
/
+2
2012-07-19
Move everything to use the common pidfile functions.
Jeremy Allison
1
-1
/
+2
2012-07-19
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
1
-1
/
+1
2012-07-19
s3-param: Make lp_name_resolve_order() return a list
Andrew Bartlett
1
-1
/
+1
2012-07-18
s3:smbstatus add --fast option
Christian Ambach
1
-4
/
+11
2012-07-18
s3:smbstatus don't check if process exists twice
Christian Ambach
1
-4
/
+0
2012-07-18
s3:smbstatus rename a function to make its purpose more clear
Christian Ambach
1
-4
/
+4
2012-07-18
s3:smbstatus fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
5
-34
/
+40
2012-07-18
source3/utils/net_conf.c: fix stackframe leak
Rusty Russell
1
-0
/
+2
2012-07-18
smbpasswd: always free frame.
Rusty Russell
1
-4
/
+4
2012-07-12
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
1
-1
/
+1
2012-07-06
auth: Common function for retrieving PAC_LOGIN_INFO from PAC
Christof Schmitt
1
-26
/
+2
2012-07-03
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
1
-13
/
+0
2012-06-29
s3:cclean avoid segfault in case of ctdb missbehaviour
Gregor Beck
1
-3
/
+8
2012-06-29
s3:cclean: fix memory allocation
Gregor Beck
1
-2
/
+2
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
1
-1
/
+1
2012-06-27
s3: add a tool "cclean" to cleanup orphaned entries from connections.tdb
Gregor Beck
1
-0
/
+300
2012-06-26
s3:net registry import: implement dry-run with "--test"
Michael Adam
1
-0
/
+6
2012-06-26
s3:net registry import: add an assert
Michael Adam
1
-0
/
+2
2012-06-26
s3:net registry import: reduce indentation
Michael Adam
1
-7
/
+8
2012-06-26
s3:net registry import: fix the return code when transaction commit fails
Michael Adam
1
-1
/
+1
2012-06-26
s3:net registry import: improve regdb_open/close layering
Michael Adam
1
-3
/
+4
2012-06-26
s3:net registry import: untangle nested function calls
Michael Adam
1
-3
/
+8
2012-06-26
s3:net registry import: reduce indentation and untangle assignment from check
Michael Adam
1
-4
/
+9
2012-06-26
s3:net registry import: move precheck-and-import code to its own function
Michael Adam
1
-9
/
+20
2012-06-26
s3:net registry: fix violation of coding conventions
Gregor Beck
1
-32
/
+35
2012-06-26
s3:net registry import: add option --precheck
Gregor Beck
3
-5
/
+197
2012-06-26
s3:net registry import: check return values + codecleanup
Gregor Beck
1
-16
/
+30
2012-06-26
s3:net registry: fix output of dwords with sign bit set
Gregor Beck
1
-1
/
+1
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
2
-2
/
+2
2012-06-21
s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()
Michael Adam
1
-1
/
+2
2012-06-19
Fix warning: variable ‘status’ set but not used.
Jeremy Allison
1
-2
/
+1
2012-06-15
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
1
-3
/
+3
2012-06-15
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
3
-5
/
+6
2012-06-15
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
1
-2
/
+4
2012-06-15
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
1
-1
/
+1
[next]