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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add NetUserAdd to libnetapi.
Günther Deschner
2008-04-09
4
-0
/
+436
*
Check x_fflush returns.
Jeremy Allison
2008-04-08
1
-4
/
+8
*
Move is_valid_policy_hnd() out of net.
Günther Deschner
2008-04-08
1
-0
/
+8
*
Try to use kerberos in libnetapi.
Günther Deschner
2008-04-08
3
-9
/
+30
*
Add DsGetDcName libnetapi example.
Günther Deschner
2008-04-08
2
-0
/
+95
*
Add DsGetDcName call to libnetapi library.
Günther Deschner
2008-04-08
4
-0
/
+178
*
Fix includes in libnetapi examples common.c
Günther Deschner
2008-04-08
1
-1
/
+4
*
Use popt in libetapi example code.
Günther Deschner
2008-04-08
6
-114
/
+187
*
Prefill in username in libnetapi ctx.
Günther Deschner
2008-04-08
1
-1
/
+9
*
Restructure inner workings of libnetapi a bit.
Günther Deschner
2008-04-08
7
-680
/
+662
*
dbwrap: fix more "tdb_chainunlock failed" messages
Michael Adam
2008-04-07
1
-1
/
+3
*
increase log level for this failed setsockopt call. EINVAL is a normal error ...
Björn Jacke
2008-04-07
1
-1
/
+4
*
Fix bug 5375
Volker Lendecke
2008-04-07
1
-3
/
+4
*
Use sid_array_from_info3 in lookup_usergroups_cached().
Günther Deschner
2008-04-04
1
-1
/
+8
*
libsmbconf: move initialization of registry value down after error checks.
Michael Adam
2008-04-03
1
-6
/
+6
*
Some fixes for netdomjoin-gui and support for browsing/joining OUs.
Günther Deschner
2008-04-02
1
-157
/
+390
*
Make sure to hand down the domain name in libnetapi NetUnjoinDomain.
Günther Deschner
2008-04-02
1
-7
/
+11
*
account_pol: use db_open_trans()
Stefan Metzmacher
2008-04-01
1
-2
/
+2
*
account_pol: use dbwrap_trans_store_uint32()
Stefan Metzmacher
2008-04-01
1
-7
/
+1
*
Convert account_pol.tdb to dbwrap
Volker Lendecke
2008-04-01
2
-37
/
+86
*
dbwrap: fix a confusing "tdb_chainunlock failed" message
Stefan Metzmacher
2008-04-01
1
-1
/
+3
*
dbwrap: add dbwrap_trans_store_uint32()
Stefan Metzmacher
2008-04-01
1
-0
/
+13
*
Add dbwrap_trans_*_bystring
Volker Lendecke
2008-04-01
1
-0
/
+11
*
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
2008-04-01
2
-6
/
+11
*
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
2008-04-01
2
-16
/
+18
*
Add dbwrap_[fetch|store]_uint32
Volker Lendecke
2008-04-01
1
-0
/
+39
*
sharesec: use db_open_trans()
Stefan Metzmacher
2008-04-01
1
-2
/
+2
*
Convert share_info.tdb to dbwrap
Volker Lendecke
2008-04-01
1
-17
/
+64
*
Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...
Gerald W. Carter
2008-03-31
1
-1
/
+4
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
3
-15
/
+23
*
libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
Stefan Metzmacher
2008-03-28
1
-1
/
+1
*
Fix a memory leak
Volker Lendecke
2008-03-28
1
-0
/
+2
*
dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() fa...
Michael Adam
2008-03-27
1
-0
/
+2
*
dbwrap: add db_open_trans()
Stefan Metzmacher
2008-03-27
1
-0
/
+15
*
dbwrap: add dbwrap_trans_store_int32()
Stefan Metzmacher
2008-03-27
1
-0
/
+15
*
libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.c
Michael Adam
2008-03-27
1
-1
/
+8
*
libsmbconf: text - pass the cache instead of all private data to pm_process.
Michael Adam
2008-03-27
1
-40
/
+40
*
libsmbconf: text - change the cache to be talloced
Michael Adam
2008-03-27
1
-31
/
+47
*
libsmbconf: in text backend, put flushing of the cache into a helper function.
Michael Adam
2008-03-27
1
-6
/
+12
*
Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...
Gerald W. Carter
2008-03-26
1
-2
/
+8
*
libsmbconf: add a text backend to libsmbconf based on the params.c parser.
Michael Adam
2008-03-26
2
-0
/
+524
*
smbconf: reformat - fix intentation.
Michael Adam
2008-03-26
1
-4
/
+4
*
util_tdb: remove trivial and unused tdb_wipe().
Michael Adam
2008-03-26
1
-17
/
+0
*
use tdb_wipe_all() instead of tdb_wipe() - it is faster...
Michael Adam
2008-03-26
1
-1
/
+1
*
util_tdb: make the _byblob fetch/store functions public again.
Michael Adam
2008-03-26
1
-4
/
+4
*
util_tdb: add my (C) for the tdb validation code
Michael Adam
2008-03-25
1
-0
/
+1
*
util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().
Michael Adam
2008-03-25
2
-3
/
+9
*
util_tdb: make the _byblob functions static - not currently used elsewhere.
Michael Adam
2008-03-25
1
-5
/
+5
*
Ignore port when pulling IP addr from struct sockaddr_storage.
Gerald (Jerry) Carter
2008-03-24
1
-34
/
+10
*
Fix Coverity ID 472
Volker Lendecke
2008-03-23
1
-6
/
+4
[prev]
[next]