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
2009-08-28
s3-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)
Michael Adam
1
-6
/
+9
2009-08-27
s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_ST...
Stefan Metzmacher
1
-1
/
+1
2009-08-26
s3/smbd: open the share_info.tdb on startup instead of tconx
Steven Danneman
1
-1
/
+1
2009-08-26
s3: Allow full_audit to play nice with smbd if it's using syslog
tprouty
1
-0
/
+6
2009-08-25
Allow for name array strings that don't end in a slash
Zach Loafman
1
-12
/
+17
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-4
/
+20
2009-08-24
Use existing time_t rounding function, don't invent my own.
Jeremy Allison
1
-1
/
+1
2009-08-24
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
1
-0
/
+10
2009-08-24
make smbcontrol smbd ping work proper checking for arguments handle short pid...
Olaf Flebbe
1
-6
/
+16
2009-08-24
s3:lib: setup talloc log and abort functions
Stefan Metzmacher
1
-0
/
+7
2009-08-21
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
1
-0
/
+11
2009-08-16
s3: Add talloc_dict.[ch]
Volker Lendecke
1
-0
/
+148
2009-08-12
s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET
Stefan Metzmacher
1
-0
/
+3
2009-08-10
Refactor the use of create_time and change time to go
Jeremy Allison
1
-2
/
+2
2009-08-08
Implement db_rbt_traverse
Volker Lendecke
1
-4
/
+33
2009-08-07
Fix some nonempty blank lines
Volker Lendecke
6
-37
/
+36
2009-08-06
s3/smbldap: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2009-07-31
Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to al...
Yannick Bergeron
1
-1
/
+1
2009-07-29
s3:dbwrap: add dbwrap_trans_change_int32_atomic()
Michael Adam
1
-0
/
+17
2009-07-29
s3:dbwrap: export logic of dbwrap_change_int32_atomic into an action function
Michael Adam
1
-6
/
+31
2009-07-29
s3:dbwrap: change dbwrap_change_int32_atomic() to take int32_t, not int32
Michael Adam
1
-2
/
+2
2009-07-29
s3:dbwrap: add dbwrap_trans_change_uint32_atomic()
Michael Adam
1
-0
/
+17
2009-07-29
s3:dbwrap: export logic of dbwrap_change_uint32_atomic into an action function
Michael Adam
1
-6
/
+31
2009-07-29
s3:dbwrap: untangle assignment and check in dbwrap_change_int32_atomic()
Michael Adam
1
-2
/
+2
2009-07-29
s3:dbwrap: untangle assignemend and check in dbwrap_change_uint32_atomic()
Michael Adam
1
-2
/
+2
2009-07-29
s3:dbwrap: don't leak in dbwrap_change_int32_atomic().
Michael Adam
1
-2
/
+3
2009-07-29
s3:dbwrap: don't leak in dbwrap_change_uint32_atomic()
Michael Adam
1
-2
/
+3
2009-07-29
s3:dbwrap: change dbwrap_change_int32_atomic() to return NTSTATUS not int32.
Michael Adam
1
-6
/
+7
2009-07-29
s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.
Michael Adam
1
-5
/
+6
2009-07-28
(Hopefully) fix the problem Kai reported with
Jeremy Allison
1
-5
/
+53
2009-07-25
Use a switch statement in charset_name()
Volker Lendecke
1
-8
/
+24
2009-07-25
Fix some nonempty blank lines
Volker Lendecke
1
-17
/
+17
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-8
/
+0
2009-07-21
s3:dbwrap: use the transaction wrapper in dbwrap_trans_store().
Michael Adam
1
-26
/
+23
2009-07-21
s3:dbwrap: use the transaction wrapper in dbwrap_trans_delete().
Michael Adam
1
-28
/
+12
2009-07-17
Fix a typo reading uninitialized memory. Caught by valgrind.
Jeremy Allison
1
-3
/
+1
2009-07-16
Replace more long-lived contexts with talloc_autofree_context().
Jeremy Allison
1
-1
/
+1
2009-07-16
Replace short-lived NULL talloc contexts with talloc_tos().
Jeremy Allison
3
-22
/
+22
2009-07-15
s3:tldap: fix the build - a void function should not return a value
Stefan Metzmacher
1
-3
/
+3
2009-07-15
s3:dbwrap: fix embarrassing typo :-)
Michael Adam
1
-1
/
+1
2009-07-15
s3:dbwrap_util: add my C
Michael Adam
1
-0
/
+1
2009-07-15
s3:dbwrap: add dbwrap_fetch_bystring_upper().
Michael Adam
1
-0
/
+17
2009-07-15
s3:dbwrap: add dbwrap_store_bystring_upper().
Michael Adam
1
-0
/
+17
2009-07-15
s3:dbwrap: add dbwrap_delete_bystring_upper()
Michael Adam
1
-0
/
+16
2009-07-15
s3:dbwrap: add a wrapper dbwrap_trans_do()
Michael Adam
1
-0
/
+33
2009-07-15
s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+1
2009-07-15
Consolidate gencache also every 100 writes in a single process
Volker Lendecke
1
-0
/
+14
2009-07-15
Consolidate string and data_blob routines in gencache
Volker Lendecke
1
-138
/
+56
2009-07-15
Make gencache more stable
Volker Lendecke
1
-15
/
+268
2009-07-15
Add tdb_data_cmp
Volker Lendecke
1
-0
/
+19
[next]