summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Fix numerous missing dependencies in WAF build scriptsSean Finney2-4/+4
2011-05-24Fix our asn.1 parser to handle negative numbers.Jeremy Allison1-0/+9
2011-05-24lib/util Add Volker's asn1_Integer test into code that runs in 'make test'Andrew Bartlett1-0/+94
2011-05-19Fix bug found when building on an IPv6-only system by Kai Blin.Jeremy Allison1-3/+16
2011-05-18lib/util/charset: Remove unused strcasecmp_w and strncasecmp_wAndrew Bartlett1-32/+0
2011-05-18lib/util/charset use talloc_stackframe() rather than talloc_tos()Andrew Bartlett1-12/+12
2011-05-18lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett1-0/+5
2011-05-17Don't evaluate the src argument to fstrcpy/fstrcat/nstrcpy/unstrcpy twice. Pr...Jeremy Allison1-5/+25
2011-05-17lib/util/charset: fix the toplevel MacOS X build.Günther Deschner1-2/+3
2011-05-17talloc: splitout _talloc_free_children_internal()Stefan Metzmacher1-50/+27
2011-05-17talloc: fixed a use after free error in talloc_free_children()Stefan Metzmacher1-1/+16
2011-05-17talloc: use _talloc_free_internal() in talloc_free_children()Stefan Metzmacher1-1/+1
2011-05-17talloc: test talloc_steal out of a talloc_poolStefan Metzmacher1-0/+69
2011-05-17talloc: add memset() calls to test_pool()Stefan Metzmacher1-0/+17
2011-05-17talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()Stefan Metzmacher1-0/+1
2011-05-17talloc: make really sure only optimize realloc if there's only one pool chunkStefan Metzmacher1-1/+6
2011-05-17talloc: make use of _talloc_free_poolmem() in _talloc_realloc()Stefan Metzmacher1-15/+1
2011-05-17talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internalStefan Metzmacher1-32/+66
2011-05-14Use ZERO_STRUCTP in util_netVolker Lendecke1-2/+2
2011-05-13lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett6-1/+1028
2011-05-13lib/util/ Fix crash bug caused by gfree_debug()Andrew Bartlett1-1/+1
2011-05-10lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdefMichael Adam1-1/+1
2011-05-10libsmbconf: Define a doxygen group for libsmbconf.Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_transaction_cancel().Andreas Schneider1-0/+10
2011-05-10libsmbconf: Document smbconf_transaction_commit().Andreas Schneider1-0/+13
2011-05-10libsmbconf: Document smbconf_transaction_start().Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_delete_global_includes().Andreas Schneider1-0/+8
2011-05-10libsmbconf: Document smbconf_delete_includes().Andreas Schneider1-0/+12
2011-05-10libsmbconf: Document smbconf_set_global_includes().Andreas Schneider1-0/+12
2011-05-10libsmbconf: Document smbconf_set_includes().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_get_global_includes().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_get_includes().Andreas Schneider1-0/+17
2011-05-10libsmbconf: Document smbconf_delete_global_parameter().Andreas Schneider1-0/+13
2011-05-10libsmbconf: Document smbconf_delete_parameter().Andreas Schneider1-0/+13
2011-05-10libsmbconf: Document smbconf_get_global_parameter().Andreas Schneider1-0/+17
2011-05-10libsmbconf: Document smbconf_get_parameter().Andreas Schneider1-0/+17
2011-05-10libsmbconf: Document smbconf_set_global_parameter().Andreas Schneider1-0/+16
2011-05-10libsmbconf: Document smbconf_set_parameter().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_delete_share().Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_get_share().Andreas Schneider1-0/+18
2011-05-10libsmbconf: Document smbconf_create_share().Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_share_exists().Andreas Schneider1-0/+10
2011-05-10libsmbconf: Document smbconf_get_share_names().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_get_config().Andreas Schneider1-4/+22
2011-05-10libsmbconf: Document smbconf_drop().Andreas Schneider1-0/+9
2011-05-10libsmbconf: Document smbconf_changed().Andreas Schneider1-0/+20
2011-05-10libsmbconf: Document smbconf_shutdown().Andreas Schneider1-0/+6
2011-05-10libsmbconf: Document smbconf_is_writeable().Andreas Schneider1-0/+8
2011-05-10libsmbconf: Document smbconf_backend_requires_messaging().Andreas Schneider1-2/+14
2011-05-10libsmbconf: Convert smbconf_get_config() to sbcErr.Andreas Schneider2-10/+6