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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-18
netapi: add NetLocalGroupEnum example code.
Günther Deschner
2
-0
/
+132
2008-07-18
netapi: add NetLocalGroupEnum to public header.
Günther Deschner
1
-0
/
+28
2008-07-18
netapi: add skeleton for NetLocalGroupEnum().
Günther Deschner
3
-0
/
+82
2008-07-18
netapi: make map_alias_info_to_buffer suitable for arrays in the buffer.
Günther Deschner
1
-11
/
+20
2008-07-18
netapi: add libnetapi_samr_open_alias_queryinfo.
Günther Deschner
1
-0
/
+44
2008-07-18
netapi: add NetUserSetInfo example code.
Günther Deschner
2
-0
/
+103
2008-07-18
netapi: add NetUserSetInfo to public header.
Günther Deschner
1
-0
/
+22
2008-07-18
netapi: add skeleton for NetUserSetInfo.
Günther Deschner
3
-0
/
+75
2008-07-18
netapi: fill in NetUserGetInfo_r().
Günther Deschner
1
-1
/
+104
2008-07-18
netapi: add NetUserGetInfo example code.
Günther Deschner
2
-0
/
+150
2008-07-18
netapi: add NetUserGetInfo to public headers.
Günther Deschner
1
-0
/
+20
2008-07-18
netapi: add skeleton for NetUserGetInfo().
Günther Deschner
3
-0
/
+73
2008-07-18
netapi: support more infolevels in NetUserEnum.
Günther Deschner
1
-29
/
+245
2008-07-18
netapi: add support to define info level in NetUserEnum example.
Günther Deschner
1
-6
/
+63
2008-07-18
netapi: add new USER_INFO_X structures to public headers.
Günther Deschner
1
-0
/
+140
2008-07-18
netapi: add libnetapi_samr_free().
Günther Deschner
3
-0
/
+22
2008-07-18
netapi: use private samr structure in libnetapi_samr_open_builtin().
Günther Deschner
2
-2
/
+39
2008-07-18
netapi: use private samr structure in libnetapi_samr_open_domain().
Günther Deschner
2
-2
/
+48
2008-07-18
netapi: add libnetapi_samr_close_builtin_handle().
Günther Deschner
2
-0
/
+26
2008-07-18
netapi: add libnetapi_samr_close_domain/connect_handle.
Günther Deschner
2
-0
/
+52
2008-07-18
netapi: add libnetapi_private_ctx and init function.
Günther Deschner
3
-0
/
+48
2008-07-18
netapi: fix NetGroupGetInfo() against NT4.
Günther Deschner
1
-1
/
+11
2008-07-18
netapi: fix NetGroupDel() against NT4.
Günther Deschner
1
-1
/
+3
2008-07-18
netapi: fix NetUserAdd() against NT4.
Günther Deschner
1
-0
/
+15
2008-07-18
netapi: typo in NetGroupEnum example code.
Günther Deschner
1
-1
/
+1
2008-07-18
netapi: fix build warning for ConvertSidToStringSid().
Günther Deschner
1
-3
/
+3
2008-07-18
smbldap: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2008-07-17
Simplify samba_version_string.
Andreas Schneider
1
-34
/
+11
2008-07-17
netapi: use ConvertSidToStringSid in NetGetGroupInfo query.
Günther Deschner
1
-1
/
+6
2008-07-17
netapi: add NetGroupEnum example code.
Günther Deschner
2
-0
/
+159
2008-07-17
netapi: fill in NetGroupEnum_r().
Günther Deschner
1
-2
/
+259
2008-07-17
netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.
Günther Deschner
2
-5
/
+7
2008-07-17
netapi: add NetGroupEnum to public headers.
Günther Deschner
1
-0
/
+28
2008-07-17
netapi: add skeleton for NetGroupEnum().
Günther Deschner
3
-0
/
+82
2008-07-17
netapi: add ConvertSidToStringSid() for convenience of the callers.
Günther Deschner
2
-0
/
+65
2008-07-17
util: add policy_hnd_equal().
Günther Deschner
1
-0
/
+10
2008-07-17
netapi: fix documentation for NetGroupSetInfo.
Günther Deschner
1
-2
/
+2
2008-07-16
Add ndr_syntax_id_equal()
Volker Lendecke
1
-1
/
+9
2008-07-15
netapi: fix vim(?)-typo
Michael Adam
1
-1
/
+1
2008-07-15
netapi: Correctly increase idx when displaying user information
Kai Blin
1
-1
/
+3
2008-07-15
dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST.
Michael Adam
1
-1
/
+1
2008-07-15
dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.
Michael Adam
1
-2
/
+0
2008-07-15
dbwrap: don't panic in db_open() when attaching to ctdb fails.
Michael Adam
1
-2
/
+1
2008-07-15
dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.
Michael Adam
1
-1
/
+8
2008-07-15
dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open
Michael Adam
1
-1
/
+8
2008-07-15
popt: add a popt_common_debuglevel set of options providing -d|--debuglevel
Michael Adam
1
-0
/
+6
2008-07-14
Fix typo.
Karolin Seeger
2
-2
/
+2
2008-07-11
Revert "Return timed out entries from gencache_get if timeout param != NULL"
Volker Lendecke
1
-15
/
+10
2008-07-11
Revert "Remove gencache_[un]lock_entry"
Volker Lendecke
1
-0
/
+25
2008-07-10
Fix a segfault in base64_encode_data_blob
Volker Lendecke
1
-1
/
+3
[next]