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
*
libcli:nbt make the lmhosts parsing code and dependicies common
Andrew Bartlett
2009-09-15
1
-115
/
+0
*
s3: BSD needs sys/sysctl.h included to build properly
Björn Jacke
2009-09-15
1
-0
/
+5
*
s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...
Michael Adam
2009-09-11
1
-1
/
+1
*
s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.
Günther Deschner
2009-09-11
1
-0
/
+18
*
Fix bug 6707 - 3.4.1 segfault in parsing configs.
Marc Aurele La France
2009-09-10
1
-4
/
+4
*
Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".
Jeremy Allison
2009-09-06
1
-17
/
+25
*
Save and report the correct errno value.
Simo Sorce
2009-09-05
1
-8
/
+12
*
s3-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)
Michael Adam
2009-08-28
1
-6
/
+9
*
s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_ST...
Stefan Metzmacher
2009-08-27
1
-1
/
+1
*
s3/smbd: open the share_info.tdb on startup instead of tconx
Steven Danneman
2009-08-26
1
-1
/
+1
*
s3: Allow full_audit to play nice with smbd if it's using syslog
tprouty
2009-08-26
1
-0
/
+6
*
Allow for name array strings that don't end in a slash
Zach Loafman
2009-08-25
1
-12
/
+17
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-4
/
+20
*
Use existing time_t rounding function, don't invent my own.
Jeremy Allison
2009-08-24
1
-1
/
+1
*
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
2009-08-24
1
-0
/
+10
*
make smbcontrol smbd ping work proper checking for arguments handle short pid...
Olaf Flebbe
2009-08-24
1
-6
/
+16
*
s3:lib: setup talloc log and abort functions
Stefan Metzmacher
2009-08-24
1
-0
/
+7
*
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
2009-08-21
1
-0
/
+11
*
s3: Add talloc_dict.[ch]
Volker Lendecke
2009-08-16
1
-0
/
+148
*
s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET
Stefan Metzmacher
2009-08-12
1
-0
/
+3
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
1
-2
/
+2
*
Implement db_rbt_traverse
Volker Lendecke
2009-08-08
1
-4
/
+33
*
Fix some nonempty blank lines
Volker Lendecke
2009-08-07
6
-37
/
+36
*
s3/smbldap: Fix typo in debug message.
Karolin Seeger
2009-08-06
1
-1
/
+1
*
Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to al...
Yannick Bergeron
2009-07-31
1
-1
/
+1
*
s3:dbwrap: add dbwrap_trans_change_int32_atomic()
Michael Adam
2009-07-29
1
-0
/
+17
*
s3:dbwrap: export logic of dbwrap_change_int32_atomic into an action function
Michael Adam
2009-07-29
1
-6
/
+31
*
s3:dbwrap: change dbwrap_change_int32_atomic() to take int32_t, not int32
Michael Adam
2009-07-29
1
-2
/
+2
*
s3:dbwrap: add dbwrap_trans_change_uint32_atomic()
Michael Adam
2009-07-29
1
-0
/
+17
*
s3:dbwrap: export logic of dbwrap_change_uint32_atomic into an action function
Michael Adam
2009-07-29
1
-6
/
+31
*
s3:dbwrap: untangle assignment and check in dbwrap_change_int32_atomic()
Michael Adam
2009-07-29
1
-2
/
+2
*
s3:dbwrap: untangle assignemend and check in dbwrap_change_uint32_atomic()
Michael Adam
2009-07-29
1
-2
/
+2
*
s3:dbwrap: don't leak in dbwrap_change_int32_atomic().
Michael Adam
2009-07-29
1
-2
/
+3
*
s3:dbwrap: don't leak in dbwrap_change_uint32_atomic()
Michael Adam
2009-07-29
1
-2
/
+3
*
s3:dbwrap: change dbwrap_change_int32_atomic() to return NTSTATUS not int32.
Michael Adam
2009-07-29
1
-6
/
+7
*
s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.
Michael Adam
2009-07-29
1
-5
/
+6
*
(Hopefully) fix the problem Kai reported with
Jeremy Allison
2009-07-28
1
-5
/
+53
*
Use a switch statement in charset_name()
Volker Lendecke
2009-07-25
1
-8
/
+24
*
Fix some nonempty blank lines
Volker Lendecke
2009-07-25
1
-17
/
+17
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-8
/
+0
*
s3:dbwrap: use the transaction wrapper in dbwrap_trans_store().
Michael Adam
2009-07-21
1
-26
/
+23
*
s3:dbwrap: use the transaction wrapper in dbwrap_trans_delete().
Michael Adam
2009-07-21
1
-28
/
+12
*
Fix a typo reading uninitialized memory. Caught by valgrind.
Jeremy Allison
2009-07-17
1
-3
/
+1
*
Replace more long-lived contexts with talloc_autofree_context().
Jeremy Allison
2009-07-16
1
-1
/
+1
*
Replace short-lived NULL talloc contexts with talloc_tos().
Jeremy Allison
2009-07-16
3
-22
/
+22
*
s3:tldap: fix the build - a void function should not return a value
Stefan Metzmacher
2009-07-15
1
-3
/
+3
*
s3:dbwrap: fix embarrassing typo :-)
Michael Adam
2009-07-15
1
-1
/
+1
*
s3:dbwrap_util: add my C
Michael Adam
2009-07-15
1
-0
/
+1
*
s3:dbwrap: add dbwrap_fetch_bystring_upper().
Michael Adam
2009-07-15
1
-0
/
+17
*
s3:dbwrap: add dbwrap_store_bystring_upper().
Michael Adam
2009-07-15
1
-0
/
+17
[next]